-
Install the dependencies by
npm i -
Create a database and use that in your .env file as given in sample
-
Run db_schema.sql in models folder in your mysql to create the schema required.
-
You can run the sql in db_dummy_data.sql in models folder to use the app.
-
Make sure to add a secret key in env
-
To run :
npm start -
The admin and chefs must be manually added to the db, all logins are by default taken to be customers.
Happy coding!