- Nodejs & Npm >= 12.x.x, install nodejs (preferably using node version manager 'nvm')
Clone the repo:
git clone https://github.com/mimron/tiphone-api.git
cd tiphone-api
Install the dependencies:
npm install
Set the environment variables:
cp .env.example .env
# copy then open .env and modify the environment variables (if needed)
Running Program:
npm run start
Running program when development mode:
npm run start:dev