Home assignment

Local setup

Step 1: git clone this repo

Step 2: cd to the cloned repo,

cd home-assignment/

Step 3: copy file ./api/.env.example to ./api/.env and set values to the variables there.

How to Run App:

Step 1: open root folder

cd home-assignment/

Step 2: start app with npm run command:

npm run start

Step 3: Open your browser

Shutdown run npm command:

npm run shutdown