Skip to content

sisilhowie99/expresso

Repository files navigation

Expresso

Project Overview

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

How To Begin

  • To start, clone the repository.
  • Run npm install to install dependencies for the project.
  • In the root directory of the project, run node server.js or nodemon server.js if you have nodemon installed.
  • To view your local version of the site, open index.html in Google Chrome.

Run SQL queries

  • Run node migration.js to run SQL queries in the file.
  • Run node seed.js if you need more data to interact with on the front-end.

Testing

  • Run npm test to test the functionalities.

About

Full back-end CRUD API using SQLite3, Express, and React for front-end.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages