Notes Backend

This repository is used as a starting point for an assignment. Originally it is from the amazing MOOC FullStackOpen

Usage of this repository

Inital installation

npm install

Start the application

npm start

Start with Hot-Reload

npm run dev