You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Repository is for the API end of the Code-Laborate application! Code-Laborate is a message board for software engineers to collaborate and post questions about difficult programming issues that are encountered. Other users are then able to leave comments on posts with helpful solutions.
Planning and Story: Development Process and Problem-Solving Strategy:
Planning:
We started by choosing a prompt and decided to go with a message board. Next, we mapped out our process by drawing an ERD to show the relationship between our resources (the user, the posts, and the comments). Afterwards, we drew up a wireframe to plan out how we wanted the UI to appear to the user. We wrote user stories to layout the functionality we wanted to create for the user experience.
CRUD Posts & Comments:
We began by building the models for post and comments. Next we decided the relationship between the user and the resources. We did the same process for the relationship between posts and comments. Afterwards, we planned out the routes we need based on the user stories and created the routes. Then we tested all of the routes using Postman.
Problem-Solving:
Any problems we ran into we collaborated as a team to troubleshoot and resolve.
Technologies Used:
JavaScript
Express
MongoDB
Mongoose
Passport
bcrypt
crypto
Heroku
Unsolved Problems:
Checkbox for rather or not the issue has been resolved
Like Button to show which answer is most supported
ERD:
About
This Repo is for the API end of the code-laborate application!