Skip to content

afolasope/Folarooney

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Folarooney

A restaurant chat bot

Requirements

  • Node js >=v16.16
  • Yarn
  • MongoDB
  • Paystack business (go to Paystack to create one).

How to run

  1. Run yarn to install app dependencies.
  2. Run yarn prep to install frontend and backend dependencies.
  3. Rename /backend/.env.sample to /backend/.env.
  4. Update /backend/.env file with your database credentials.
  5. Rename /frontend/.env.sample to /frontend/.env.
  6. Replace VITE_PAYSTACK_PUBLIC_KEY with your paystack public key.
  7. Run yarn food to add food to the database.
  8. Run yarn build.
  9. Run yarn start.