Software Engineering Bootcamp Final Project by Gabriel Espinoza & Hans Chaudry
⚠ Note: before you start you have to manually create the database "studyapp" and create the tables "decks" & "cards". you can find the required queries in the file named "sql-queries.sql". In addition, you have the option to populate the tables. when you are sure that your db is ready open the file "db.js" and enter your db password.
How to start:
npm install
to install all required dependencies "node_modules"npm start
to develop