Skip to content

DarkSideOfTheCode/notes-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published