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