Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.01 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.01 KB

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.