Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 792 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 792 Bytes

Notes API

RESTful API for Notes

Inspiration

Google, Apple, and all the big companies know too much about us already. Having sensible information in someone else's computer is not such a good idea. This project allows to have all your notes in your own server (or computer).

Getting started

This backend is built using Koa and Mongoose.

Requirements

We recommend using nvm to install and manage Node.js.

Installation

yarn
# or
npm install

Running the project

yarn start
# or
npm start