The official server for our "Digitaler-Bücherschrank" app. Stay tuned for coming up things! Based on NestJS
$ npm install
You need to have a .env file (in the project root) with the following structure:
DB_CONN_STR=mongodb+srv:... // Connection string to the (mongodb) database
API_KEY=0 // Access key for the isbn-db API
API_SECRET=test // Any random string used for generating JWT Tokens for authentication
Starting the server:
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
If you have any requests, please pm me on Discord: Flawn#6197
Our server is AGPLv3 licensed.
Big shoutout to the Polytechnische Gesellschaft which is sponsoring us!