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

https://github.com/vbrazo/notes_api

A Note-Taking API using Node.js, Express, and MongoDB
https://github.com/vbrazo/notes_api

Last synced: about 1 year ago
JSON representation

A Note-Taking API using Node.js, Express, and MongoDB

Awesome Lists containing this project

README

          

# Notes API

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

3. Run tests

```bash
npm test
```

You can browse the apis at