Welcome to my portfolio website! Experience it live: Shanu Shahbin
- Python
- Django
- HTML
- CSS
- JavaScript
- MySQL
- Bootstrap 5
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/shanu-shahbin/Portfolio-Website```bash
-
Navigate into the project directory:
cd portfolio
-
Create a virtual environment (optional but recommended):
python -m venv venv
-
Activate the virtual environment:
- On Windows:
venv\Scripts\activate
- On macOS and Linux:
source venv/bin/activate
- On Windows:
-
Install the required dependencies:
pip install -r requirements.txt
-
Set up the database:
- Make sure you have MySQL installed and create a database for the project.
- Update the database settings in
settings.py
to match your configurations. - Run migrations:
python manage.py migrate
-
Run the development server:
python manage.py runserver
-
Visit the application: Open your web browser and go to
http://127.0.0.1:8000/
to see the application in action.
- Implement user authentication to allow personal project uploads.
- Integrate a blog section to share insights and experiences.
- Enhance UI/UX with modern design patterns and accessibility features.
- Optimize performance and load times across all devices.
- it is not responsive for mobile views so implement responsive across all devices Thank you for visiting my portfolio! Feel free to reach out through the contact section for any inquiries or collaborations. Looking forward to connecting with you!