Management is a study center management system built on Django and Django Rest Framework (DRF). It is an easy management system for educational centers and is my personal startup project.
- Backend: Python, Django, DRF
- Database: PostgreSQL
-
Clone the repository:
git clone https://github.com/bekmuxtorov/management_sc/
-
Navigate to the project directory:
cd management_sc
-
Build:
pip install -r requirements.txt
-
Run:
python manage.py runserver
-
The application should now be running at
http://localhost:8000/
.
If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.
This project is licensed under the MIT License - see the LICENSE.md file for details.