#DRF Project Task manager
Make sure you have the following installed:
- Python (>=3.x)
- venv (optional, but recommended for virtual environment management)
-
Clone the repository:
git clone https://github.com/your-username/your-project.git
Navigate to the project directory:
cd task
Install django, django restframework, drf-spectacular.
Apply migrations:
python manage.py migrate
Create a superuser (optional):
python manage.py createsuperuser
Run the development server:
python manage.py runserver
The project will be accessible at http://127.0.0.1:8000/.
API documentation is generated using drf-spectacular. Visit the following URL for API documentation: