Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Milestone 3A - Creating The Backend #110

Open
javalosr2004 opened this issue Nov 8, 2023 · 0 comments · May be fixed by #201
Open

Milestone 3A - Creating The Backend #110

javalosr2004 opened this issue Nov 8, 2023 · 0 comments · May be fixed by #201

Comments

@javalosr2004
Copy link
Collaborator

javalosr2004 commented Nov 8, 2023

Milestone 3A

Description

In Milestone 3, we'll take a significant step towards a full-stack application by adding a backend to your existing frontend. You'll create RESTful API endpoints, integrate MongoDB to manage data, and enhance your blog by allowing comments (just backend portion for now). It's an exciting phase where your project starts to handle real data and offer interactive features!

Notion

Steps

  • Set up a MongoDB Atlas account and connect it to your application.
  • Develop a Blog schema and model in MongoDB to store and manage blog data.
  • Implement server-side logic to load blog data from MongoDB to the blog list page.
  • Construct dynamic API routes for individual blogs.
  • Construct API routes / server-side fetch for your portfolio page.
  • As a proactive step, start working on POST and PUT endpoints for blogs/comments and projects.
@javalosr2004 javalosr2004 changed the title Milestone 3 - Creating The Backend Milestone 3A - Creating The Backend Nov 8, 2023
@sgill33 sgill33 mentioned this issue Nov 21, 2023
6 tasks
@ajesus7 ajesus7 mentioned this issue Nov 30, 2023
3 tasks
@Westluu Westluu mentioned this issue Dec 20, 2023
6 tasks
@anvch anvch linked a pull request Dec 22, 2023 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment