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
- Host: GitHub
- URL: https://github.com/rbhatia46/notable
- Owner: rbhatia46
- Created: 2017-12-08T20:45:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-08T20:49:45.000Z (almost 8 years ago)
- Last Synced: 2025-03-18T13:37:15.894Z (7 months ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```