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

0xdee70/node-crud-project

This branch is up to date with AkhilSharma90/node-crud-project:stage-3.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

836c5b6 · Sep 6, 2022

History

18 Commits
Sep 6, 2022
Aug 30, 2022
Aug 30, 2022
Aug 30, 2022
Aug 29, 2022
Sep 6, 2022
Aug 14, 2022
Aug 14, 2022
Aug 15, 2022
Sep 6, 2022
Sep 6, 2022
Aug 29, 2022
Aug 15, 2022
Aug 30, 2022

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

No packages published

Languages

  • JavaScript 90.8%
  • Dockerfile 9.2%