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

User Profile and Service Listing: Develop the functionality for users to create profiles and list services. #5

Open kwubbenhorst opened 8 months ago

kwubbenhorst commented 8 months ago

Developer 5: Work primarily with the homeRoutes.js file in the controllers folder and with the userRoutes.js file in the controllers/api folder. Align frontend development in public/js/ with backend routes defined in controllers/. Collaborate with Developers 2 and 3 to ensure user authentication and database integration for user profiles and services.

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