Skip to content

A RESTful API built using Node.js, Express.js, and MongoDB. This API allows for the creation, retrieval, updating, and deletion of data in a MongoDB database. It serves as the backend for a web application.

Notifications You must be signed in to change notification settings

Vinishbhaskar/REST-API-NodeJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST API NodeJS

A RESTful API built using Node.js, Express.js, and MongoDB. This API allows for the creation, retrieval, updating, and deletion of data in a MongoDB database. It serves as the backend for a web application.

Features

  • CRUD (Create, Read, Update, Delete) functionality for data in MongoDB

Dependencies

  • Node.js
  • Express.js
  • MongoDB
  • mongoose

Installation

Firstly, Clone this repo using the command

$ git clone https://github.com/Vinishbhaskar/REST-API-NodeJS.git

Install Dependencies:

npm i express
npm i mongoose
npm i validator

To run

npm run dev

Note

This repository is created by Vinish Bhaskar as a part of his personal projects and showcases his skills in building RESTful API using NodeJs, ExpressJs, and MongoDB. The API is open source, so anyone can use it, improve it, and suggest new features. Please feel free to submit pull requests and open issues if you have any questions or suggestions.

About

A RESTful API built using Node.js, Express.js, and MongoDB. This API allows for the creation, retrieval, updating, and deletion of data in a MongoDB database. It serves as the backend for a web application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published