mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 19:02:10 +00:00
TCGdex/server
The server running the TCGdex API.
Installing/Running
Using NodeJS/NPM
You will need NPM/NodeJS installed
- Install deps for both this directory and the parent directory
npm install
cd ..
npm install
cd server
- Compile the database
cd ..
npm run compile
cd server
npm run compile
- run the server !
Dev mode
npm run dev
Production mode
npm run build
npm run start
Envs
you can add environment variables to add features to the server:
- SENTRY_DSN: the DSN to a sentry compatible server to allow to catch errors
Using Docker
Go to the parent directory and build the Dockerfile!