This is webapp template using MVC, handlebars, MySQL (Sequelize), Express.js, Tailwindcss (DaisyUI).
It is used to manage restaurants, which you can use it to create/edit the restaurant's, menu, orders, and view order reports.
Follow the below to install the application:
- Download the files.
- Install MySQL.
- Create a .env file copying the variables in the .env.EXAMPLE file and filling out with you own data.
- Run
npm install
. - Run
npm run seed
to seed the mock data.
Run npm run start
to start the application.
See more of my projects on our Github page Marie Pais and/or Ren Besson.