homer-backend application

homerfrontend application can be found here

Prerequisites

Both for the back end and front end application check

Just for the backend application:

Setup (before first run)

Go to your project root folder via command line

cd path/to/homer-backend

Install node dependencies

npm install

Set the port environment variable

export PORT=3000

Start the project

Development environment

npm run devstart

Production environment

npm start