Skip to content

everhoof/everhoof_api

Repository files navigation

Everhoof API

API for Everhoof internet radio

Requirements

  • NodeJS >= 14.0.0

Deploying

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.

About

API for internet radio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published