Skip to content

Latest commit

 

History

History
96 lines (52 loc) · 2.61 KB

File metadata and controls

96 lines (52 loc) · 2.61 KB

Django Portfolio Project

PyPI version PyPI Supported Python Versions PyPI Supported Django Versions GitHub Actions (Code quality and tests)

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.

Features

  • 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

Installation

Clone the repository:

$ git clone https://github.com/CSEC-ASTU/dev_hackathon_z_customerfocused-_mubarek.git

Navigate to the project directory:

$ cd dev_hackathon_z_customerfocused-_mubarek

Create a virtual environment:

$ python -m venv env

Activate the virtual environment:

On Windows:

$ env\Scripts\activate

On macOS/Linux:

$ source env/bin/activate

Install the project dependencies:

Install the project requrements

$ pip install -r requirements.txt

Perform database migrations:

$ cd backend


$ python manage.py migrate

Create a superuser:

$ python manage.py createsuperuser

Start the development server:

$ python manage.py runserver

Access the application in your web browser at http://localhost:8000/

Usage

  • 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.

Technologies Used

  • Django
  • Beautifulsoup4
  • Pillow
  • Requests
  • Soupsieve
  • HTML
  • CSS
  • JavaScript

Contact

For any inquiries or feedback, please contact manmuba90@gmail.com.

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.