Starter app for database workshop.
And starting point for your Capstone Project.
To run the app locally - fork the this repo.
Then clone it into you local projects folder.
git clone <url to your fork of this repo>
Then install the dependencies using npm install.
Start the app using: npm run dev.
Run the tests using: npm test.
Why is the one unit test failing BTW? Can you fix it.
This app use these module:
- MochaJS
- ExpressJS
- SQLite
- nodemon
This app should be ready to deploy to Heroku.