The Expresso internal tool should allow users to:
- Create, view, update, and delete menus
- Create, view, update, and delete menu items
- Create, view, update, and delete employees
- Create, view, update, and delete employee's timesheets
- To start, clone the repository.
- Run
npm installto install dependencies for the project. - In the root directory of the project, run
node server.jsornodemon server.jsif you have nodemon installed. - To view your local version of the site, open index.html in Google Chrome.
- Run
node migration.jsto run SQL queries in the file. - Run
node seed.jsif you need more data to interact with on the front-end.
- Run
npm testto test the functionalities.