Skip to content

bnithin215/StudentBackendMVC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StudentBackendMVC

A simple Node.js + Express + MongoDB backend project built with the MVC (Model-View-Controller) pattern.
This project manages students with CRUD operations (Create, Read, Update, Delete).


🚀 Features

  • Create a new student
  • Get all students
  • Get student by ID
  • Update student by ID
  • Delete student by ID
  • MongoDB + Mongoose schema for students
  • RESTful API design

🛠 Tech Stack

  • Node.js
  • Express.js
  • MongoDB (via Mongoose)
  • dotenv for environment variables

📂 Project Structure

Backend/ │ ├── Controllers/ │ └── studentController.js ├── Models/ │ └── Student.js ├── Routes/ │ └── studentRoutes.js ├── index.js ├── package.json └── .gitignore

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors