This is a Django-based web application. Follow the steps below to set up and run the project on your local machine.
Before you begin, ensure that you have the following installed:
- Python 3.x
- Django (installed via
pip
or inside a virtual environment) - Virtual environment tool (
venv
orvirtualenv
) is recommended for project isolation
-
Clone the repository:
git clone https://github.com/Shakilkhan24/django_project_app.git cd DJANGO_PROJECT_APP
-
Set up a virtual environment (recommended):
python -m venv venv source venv/bin/activate # For Linux/Mac venv\Scripts\activate # For Windows
-
Install dependencies:
pip install -r requirements.txt
-
Navigate to the Django project directory:
cd /Documents/DJANGO_PROJECT_APP/DJANGO_PROJECT_APP/project/
-
Run database migrations:
python manage.py makemigrations python manage.py migrate
-
Run the application:
python manage.py runserver
-
Go to the local host url , opening a browser. And signup in the web page to create an account and use that app