CarmineOptions / derisk-research

MIT License
4 stars 14 forks source link

Feat/set up fastapi project #70

Closed iamnovichek closed 3 months ago

iamnovichek commented 3 months ago
  1. .gitignore added
  2. docker-compose and dockerfile for running project in the docker added
  3. README file with description how to set up and run the project added
  4. .env.example file added
  5. db_manager for db connection added
  6. poetry for package manager added