π CROWN by scyrescyre & xshagia
Made for todmg
π is the API behind the new todmg.club website and is used for showing the Artists, Releases, Interviews from Artists managed by todmg.
- Node v14.4.0 or later
- RethinkDB
- Your own Elixire Instance
- Server running Debian 10
- Telegram Bot and Channel
- Discord Webhooks
For utils/database.js
to work properly, you need 5 Tables:
artists
interviews
releases
settings
users
git clone https://github.com/todmg/crown
cd crown
# Edit config.js to make it work with your setup
nano config.js
# Install dependencies
npm i
# Build the API
npm run build
π generally runs on it's own subdomain i.e. crown.todmg.club
and was not tested to be ran like todmg.club/crown
, it may be possible to mount it like that but there's no guaranties from us that it will work.