- Firstly, clone the repository
git clone https://github.com/VadyChel/NotesAppAPI.git
...and change directory to cloned
cd NotesAppAPI
- Install dependencies
npm i
...or if you want dev dependencies
npm i -D
- Run server
npm run start
...or in dev mode
npm run dev
For test executing
npm run test
- Create file
.env
and move to them.env.template
content - Put your data into
.env
variables