Initial commit

This commit is contained in:
Rohan Verma 2024-07-30 16:00:11 -07:00 committed by GitHub
commit 55332d1ddb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
168 changed files with 18456 additions and 0 deletions

8
apps/api/README.md Normal file
View file

@ -0,0 +1,8 @@
Generate requirements.txt using Poetry package manager:
```
poetry export --without-hashes --format=requirements.txt > requirements.txt
```
Python monorepo info:
https://medium.com/@ashley.e.shultz/python-mono-repo-with-only-built-in-tooling-7c2d52c2fc66