Meganote Server

Meganote Server is a REST API for note-taking.

Setup

Copy and edit DOTENV configuration:

cp .env.example .env
nano/vi/atom .env

Edit the new .env file and fill in the variables with appropriate values.

Starting the Server

In development, run npm run dev to start supervisor.

In production, run npm start.