Skip to content

Latest commit

 

History

History

Front-End Hiring Task backend server

A RESTful API for the corrux Front-End Hiring Task

dependancies

  • Node
  • npm

Installation

  1. Clone the project.
  2. In the project root folder run npm install.
  3. create a .env file in the project root, the file should include the following environment variables:

Example .env file

# SERVER
HOST=localhost
PORT=8081

development

run npm run dev.