Below mentioned are the steps to install, configure & run in your platform/distributions.
Clone the repo.
git clone https://github.com/w3ever/homespring-backend.git;
Goto the cloned project folder.
cd project;
Install NPM dependencies.
npm install;
Edit your DotEnv file using any editor of your choice. src/pre-start/env/*
Run the app
npm run dev;
Run the test
npm run test;
Build the app
npm run build;