Skip to content

Lakshmi2107/ExpressMongo_CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExpressMongo_CRUD

This is a simple CRUD application using Expressjs and mongodb.

It performs CRUD operations on the person details like name,Job description and id.

Run:

node server.js

API endpoints:

GET:http://localhost:3000/person (Get all persons)

GET:http://localhost:3000/person/:id (Get a person with his id)

POST:http://localhost:3000/person (Enter person details)

PUT:http://localhost:3000/person/:id (Update a person with his id)

DELETE:http://localhost:3000/person/:id (Delete a person with his id)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published