🎓 Team project for Django semestral course. We're still working on improving the app though the course is over 🔨
Online system for fictional library
🐍 Python 3.9 required
# Install the dependencies
pip install -r requirements.txt
To run project on your localhost:
# Move to library_app folder
cd library_app
# Apply migration
python manage.py migrate
# Run server
python manage.py runserver
- Our lecturer Jiří Pešík
- Our coaches Aleš, Jakub and Ondřej
- Czechitas organization