This is a portfolio project built with Django, showcasing your skills, projects, and achievements. It allows you to create and manage your portfolio in a user-friendly way.
- User registration and authentication
- Create, update, and delete projects
- Categorize projects into different categories
- Showcase your skills and achievements
- Responsive design for optimal viewing on various devices
$ git clone https://github.com/CSEC-ASTU/dev_hackathon_z_customerfocused-_mubarek.git
$ cd dev_hackathon_z_customerfocused-_mubarek
$ python -m venv env
On Windows:
$ env\Scripts\activate
On macOS/Linux:
$ source env/bin/activate
Install the project requrements
$ pip install -r requirements.txt
$ cd backend
$ python manage.py migrate
$ python manage.py createsuperuser
$ python manage.py runserver
Access the application in your web browser at http://localhost:8000/
-
Create an account or log in with your existing credentials.
-
Once logged in, you can start managing your portfolio by adding projects, skills, and achievements.
-
Customize your portfolio by adding relevant information, project images, and descriptions.
-
Explore the various sections of your portfolio, showcasing your work and expertise.
- Django
- Beautifulsoup4
- Pillow
- Requests
- Soupsieve
- HTML
- CSS
- JavaScript
For any inquiries or feedback, please contact [email protected].
Feel free to customize the content and sections of this README to match your specific Django portfolio project. Remember to update the installation instructions, technologies used, and other details accordingly.