A RESTful API for the corrux Front-End Hiring Task
- Node
- npm
- Clone the project.
- In the project root folder run
npm install
. - create a
.env
file in the project root, the file should include the following environment variables:
# SERVER
HOST=localhost
PORT=8081
run npm run dev
.