A restaurant chat bot
- Node js >=v16.16
- Yarn
- MongoDB
- Paystack business (go to Paystack to create one).
- Run
yarnto install app dependencies. - Run
yarn prepto install frontend and backend dependencies. - Rename
/backend/.env.sampleto/backend/.env. - Update
/backend/.envfile with your database credentials. - Rename
/frontend/.env.sampleto/frontend/.env. - Replace VITE_PAYSTACK_PUBLIC_KEY with your paystack public key.
- Run
yarn foodto add food to the database. - Run
yarn build. - Run
yarn start.