A burger logger, which tracks the burgers you want to eat or have eaten.
Acceptance criteria, a file structure and high-level instructions were given for this assignment.
This assignment is practice for working in the front-end and the back-end by performing simple queries to a database.
- Run
npm install
before using the application locally. - Set up the database using the files found in
db
. Aseeds.sql
file is provided for dummy data. - Configure the
user
andpassword
properties found inconnection.js
.
This project is licensed under the MIT License.