Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.75 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.75 KB

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.

Development

How to start:

  • npm install to install all required dependencies "node_modules"
  • npm start to develop

App Screenshots