hack4impact-calpoly / bootcamp-project-2023

Cal Poly Developer Bootcamp 2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Milestone 3A - Creating The Backend

javalosr2004 opened this issue · comments

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.