Welcome to my personal portfolio! This project showcases my skills, projects, and experiences using Django, a powerful web framework.
- Responsive Design: Optimized for both desktop and mobile devices.
- Dynamic Content: Utilizes Django's ORM for seamless data management.
- Projects Section: Highlights my key projects with descriptions and links.
- About Me: A brief overview of my background and skills.
- Contact Form: Allows visitors to get in touch easily.
- Backend: Django
- Frontend: HTML, CSS, JavaScript, JQuery
- Database: SQLite
- Deployment: PythonAnywhere
- Clone the repository:
git clone https://github.com/Aenigma-Lab/Shubham-Portfolio.git
- Navigate to the project directory:
cd shubham-portfolio
- Install dependencies:
pip install -r requirements.txt
- Run migrations:
python manage.py migrate
- Start the development server:
python manage.py runserver
The application should be available at https://mishrashubham.online through your browser.