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

https://github.com/rbhatia46/notable

Complete backend Node.js API for basic CRUD Application using MongoDB and Express
https://github.com/rbhatia46/notable

Last synced: 2 months ago
JSON representation

Complete backend Node.js API for basic CRUD Application using MongoDB and Express

Awesome Lists containing this project

README

          

# Notable
Complete backend Node.js API for basic CRUD Application using MongoDB and Express

# Installing all the dependencies,
```
npm install
```

# Running the express server
```
npm run dev
```