enables users to share Only photos (as of now!) and follow, like and comment on other users profiles
For authentication The application uses JWT tokens stored in The browser cookie Which definetly isn't most secure in todays standard. Regardless here is my attempt building it. (Further updates forthcoming)
Project External Dependencies
- Python framework FastAPI (version 0.0.6 CLI)
- SQLmodel (SQL ORM) using sqlite3
- Redis (7.0.5) with python connector
- Redis and Redis connector with python
- passlib (Crypto library)
- jose for JSON Web token handling!
$: fastapi dev main.py