Django Project with Resume
-
Clone the repository:
git clone https://github.com/your-username/se-resume-assignment.git cd se-resume-assignment
-
Install the required dependencies:
pip install -r requirements.txt
-
Create a virtual environment:
python -m venv venv
-
Activate the virtual environment:
- On Windows:
venv\Scripts\activate
- On macOS and Linux:
source venv/bin/activate
-
Apply database migrations:
python manage.py migrate
-
Start the Django development server:
python manage.py runserver
-
Open a web browser and navigate to:
http://127.0.0.1:8000/resume/