kwubbenhorst / helpful-stranger

A platform where seniors can offer pet services in exchange for daily-living help by pet owners. This full-stack app features a RESTful API built with Node.js and EXpress.js, Handlebars.js used as the template engine, MySQL and Sequelize ORM used to interact with the database, and npm's nodemailer package to email users. It's deployed with Heroku.
MIT License
0 stars 0 forks source link

Database set up and models: Design and set up the MySQL database. Create Sequelize models for User, Services, and Transactions. #2

Open kwubbenhorst opened 10 months ago

kwubbenhorst commented 10 months ago

Developer 2: Work primarily with files: db/schema.sql, and files in the models folder. Coordinate with Developer 1 to ensure that the database connection is established in server.js. Collaborate with Developer 5 to integrate user profiles and services into the database.

Developer 2 and Developer 5 together are creating the credit system which is an essential piece of functionality for the MVP. As a NTH (bonus) consider implementing a transaction history feature to track credit exchanges.