/askthedude-service

Backend service for ask the dude platform

Primary LanguagePython

askthedude-service

Backend service for ask the dude platform

Pre-requisites

under service/app/configuration folder create .env file where all the secrets and passwords of external dependencies should be specified. Here is the template:
DATABASE_HOST_URL=
DATABASE_USER=
DATABASE_PASSWORD=
development_mode=
drop_recreate_tables=
JWT_SECRET=
JWT_ALGORITHM=