nikasakandelidze / askthedude-service

Backend service for ask the dude platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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=

About

Backend service for ask the dude platform


Languages

Language:Python 96.1%Language:Shell 2.5%Language:Dockerfile 0.8%Language:Mako 0.6%