RESTful API for Notes
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).
This backend is built using Koa and Mongoose.
We recommend using nvm to install and manage Node.js.
yarn
# or
npm install
yarn start
# or
npm start