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.
- CRUD (Create, Read, Update, Delete) functionality for data in MongoDB
- Node.js
- Express.js
- MongoDB
- mongoose
Firstly, Clone this repo using the command
$ git clone https://github.com/Vinishbhaskar/REST-API-NodeJS.git
npm i express
npm i mongoose
npm i validator
npm run dev
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.