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
- Host: GitHub
- URL: https://github.com/vbrazo/notes_api
- Owner: vbrazo
- Created: 2021-09-12T15:24:39.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-13T05:27:22.000Z (almost 5 years ago)
- Last Synced: 2025-01-24T20:29:57.227Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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