This repository contains the source code for my personal website, showcasing my portfolio, resume, and contact information. The website is built using Django, HTML, Bootstrap, and hosted using Railway.
- Responsive design
- Project portfolio with embedded YouTube videos
- Resume and contact information
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Python 3.6+
- Django 3.2+
- Clone the repository:
git clone https://github.com/YourUsername/YourRepository.git
- Change directory to the project folder:
cd YourRepository
- Install the required dependencies:
pip install -r requirements.txt
- Apply migrations:
python manage.py migrate
- Run the development server:
python manage.py runserver
- Open your web browser and navigate to
http://127.0.0.1:8000/
.
This project is licensed under the MIT License. See the LICENSE file for details.