just a simple playground to get into the django framework
This will be my take on the python
framework django
. Where I try out things to get in to the guts of it and have a basic under standing of the framework.
This project makes use of conventional commits
like the angular project uses them and describes them in their commit message guidlines
.
The idea is to have a simple file sharing service which saves all uploads to a s3 bucket and tag uploads to make them unique. It will use hsmw session for authentication and be available as a docker container for arm and x86 plattforms.
Docker run setup
Docker compose setup
- take a look on dev containers information
- install python 3.13
winget install python.python313
- clone the repo
git clone git@github.com:QuacksALotLabs/sfsp-project.git
- created virtual environemnt
python -m venv .venv
and activated it.\.venv\Scripts\activate
- updated package manager
python.exe -m pip install --upgrade pip
- install requirements
python -m pip install -r requirements.txt
- get on coding 👌
- 🧑🎓 hsmw session auth
- 🔐 jwt sessions (optinal)
- 💾 s3 bucket upload
- 🪧 upload tagging
- 📦 containerization
- arm support
- x86 support
- github action cicd automation
Banner image source www.freepik.com