Skip to content

Files

Latest commit

e816b94 · May 16, 2022

History

History
50 lines (33 loc) · 534 Bytes

README.md

File metadata and controls

50 lines (33 loc) · 534 Bytes

NotesAPP API

Installation

  1. Firstly, clone the repository
git clone https://github.com/VadyChel/NotesAppAPI.git

...and change directory to cloned

cd NotesAppAPI
  1. Install dependencies
npm i

...or if you want dev dependencies

npm i -D
  1. Run server
npm run start

...or in dev mode

npm run dev

For test executing

npm run test

Application settings

  1. Create file .env and move to them .env.template content
  2. Put your data into .env variables