API for Everhoof internet radio
- NodeJS >= 14.0.0
Clone the repo and install the dependencies.
git clone --single-branch -b dist https://github.com/everhoof/everhoof_api.git
cd everhoof_api
yarn --frozen-lockfile --prod
Update configs.
cp .env .env.local
nano .env
Run migrations.
yarn orm migrations:run
Use process manager to start the application.
pm2 start ecosystem.config.js
pm2 save
Application will start on 5500 port.