Thanks to visit codestin.com
Credit goes to github.com

Skip to content

This project is based on my nodejs starter kit. Simple CRUD project.

License

Notifications You must be signed in to change notification settings

root-kings/node-crud-project

 
 

Repository files navigation

nodejs-crud-project

Author - Akhil Sharma

This project uses the nodeJS-starter project on my github. Just a demo to show you could build any project with that same starter kit Nodejs CRUD API that uses Nodejs, Express and MongoDB.

Dependencies

NodeJs - A JavaScript runtime environment
Express - A NodeJs framework
MongoDB - A NoSQL database

Setup and run

to setup this project, run the following commands on your terminal

1. to clone the project `git clone`
2. navigate to the project directory `cd node-crud`
3. install cesary packages, modules `npm install`
4. to run the project `npm start`
5. using POSTMAN you can use this default url of `http://localhost:3000`

About

This project is based on my nodejs starter kit. Simple CRUD project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 90.8%
  • Dockerfile 9.2%