-
Download the Source Code
Clone or download the source code to your local machine. -
Install Python
Ensure Python is installed on your system. You can download it from the official Python website.
-
Install Dependencies
Navigate to the project directory in your terminal and run:pip install -r requirements.txt
-
Apply Database Migrations
Generate and apply the necessary database migrations by running:python manage.py makemigrations python manage.py migrate
-
Start the Development Server
Launch the server using the command:python manage.py runserver
Your project will start on
localhost
at port8000
.
Access it at: http://localhost:8000/
To connect to the backend, use the associated frontend repository:
Frontend Repository