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

https://github.com/akv3sic/blog-rest-api-express

REST API built with Node.js Express.
https://github.com/akv3sic/blog-rest-api-express

express mongodb mongoose node rest-api

Last synced: 3 months ago
JSON representation

REST API built with Node.js Express.

Awesome Lists containing this project

README

          

# Blog REST API using Node.js Express & MongoDB
### Setup
1. Clone repository.
```
git clone https://github.com/antekvesic/blog-rest-api-express.git
```
2. Install dependencies.
```
npm install
```
3. Run.
```
npm start
```