An MVC app with a MySQL database that tracks burgers desired and burgers devoured.
- Clone the repo.
- Run the schema.sql and seed.sql in MySQL Workbench (or your favorite SQL application) to create and seed a local database for development.
cdinto the project folder.- Run
npm installto install dependencies. - Run
node server.jsto run the application.
The application has been deployed to Heroku. You can find it here.
The following packages and their accompanying documentation is used extensively for this project:
Licensed under the MIT license.
Contributions are welcome. If you are interested in contributing to this project, please open a pull request. Bug fixes, feature requests, and documentation updates/fixes are all encouraged.
No tests available at this time
Please contact me via email at goul0076@gmail.com with any questions.
