Deployed: https://obscure-anchorage-32634.herokuapp.com/
This app is fairly simple on the front end. A user can add new sushi to a list and click a button to eat them. However, the back-end is quite complex. I utilized my skills with MySQL, Node, Express, Handlebars and a homemade ORM, and followed the MVC design pattern!
To run, install using the following command:
npm i
For use: Follow the deployed link!
This application is protected under a MIT license
Feel free to contact me to contribute
To run tests, run the following command:
npm test
If you have any questions or issues please contact me via email at kevin.t.connell@gmail.com. You can find more examples of my work at kevinconnell96