Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/callicoder/node-easy-notes-app
A simple Note-Taking app built using Node.js, Express and Mongoose
https://github.com/callicoder/node-easy-notes-app
express mongodb mongoose node rest-api
Last synced: 12 days ago
JSON representation
A simple Note-Taking app built using Node.js, Express and Mongoose
- Host: GitHub
- URL: https://github.com/callicoder/node-easy-notes-app
- Owner: callicoder
- Created: 2017-05-26T12:42:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-16T13:57:17.000Z (over 6 years ago)
- Last Synced: 2025-01-17T08:08:10.814Z (21 days ago)
- Topics: express, mongodb, mongoose, node, rest-api
- Language: JavaScript
- Homepage: https://www.callicoder.com/node-js-express-mongodb-restful-crud-api-tutorial/
- Size: 17.6 KB
- Stars: 171
- Watchers: 13
- Forks: 153
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# EasyNotes Application
Build a Restful CRUD API for a simple Note-Taking application using Node.js, Express and MongoDB.
## Steps to Setup
1. Install dependencies
```bash
npm install
```2. Run Server
```bash
node server.js
```You can browse the apis at
## Tutorial
You can find the tutorial for this application at [The CalliCoder Blog](https://www.callicoder.com) -