GitHunt
VB

vbrazo/notes_api

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

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
npm install
  1. Run Server
node server.js
  1. Run tests
npm test

You can browse the apis at http://localhost:3000

Languages

JavaScript100.0%

Contributors

Created September 12, 2021
Updated March 30, 2023
vbrazo/notes_api | GitHunt