[overview here]
- pipenv, as a env and depandancies manager
- django 5, latest django version
- bootstrap 5, for app theme and styling
- PILLOW, python library that handels image (used it to resieze the images)
pipenv install && pipenv shell
./manage.py migrate
./manage.py loaddata fixtures/user_data.json
./manage.py runserver
http://localhost:8000
email:
test@test.com
password:
testpassword