Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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) -