Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/a-samod/restful-api-using-nodejs-expressjs-and-mongodb

This repository contains the source code for a RESTful API developed with Node.js, Express.js, and MongoDB. The API follows REST principles to provide CRUD (Create, Read, Update, Delete) operations for interacting with a MongoDB database, making it a robust backend solution for web and mobile applications.
https://github.com/a-samod/restful-api-using-nodejs-expressjs-and-mongodb

crud expressjs mongodb nodejs rest-api

Last synced: 20 days ago
JSON representation

This repository contains the source code for a RESTful API developed with Node.js, Express.js, and MongoDB. The API follows REST principles to provide CRUD (Create, Read, Update, Delete) operations for interacting with a MongoDB database, making it a robust backend solution for web and mobile applications.

Awesome Lists containing this project

README

        

# RESTful API using NodeJS, ExpressJS and MongoDB
### Install Packages
```
npm install
```

### Run
```
npm start
```

![RESTful API using NodeJS, ExpressJS and MongoDB](https://user-images.githubusercontent.com/71955262/193645057-79821ec2-0169-4097-a2f0-2ca1dca1b3a0.png)