Skip to content

roficoder/CRUD-Express-Mongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crud with Node JS, Mongoose

This repo contains crud with mongoose and simple express JS.

Steps:

  • Run command npm i to install dependencies
  • Run node index.js to run the project - a message will come like Server running on port 8080
  • Use the API's

Base URL

http://localhost:8080

API's List

API Name Url
Create student /student/create
Get all students /student/getAll
Get student by ID /student/getById/id
Update student /student/update/id
Delete student /student/delete/id

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published