Skip to content

Otajonov/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Resume/Portfolio Website

Welcome to my personal resume/portfolio website built with Django.

Getting Started

Prerequisites

  • Python 3.x
  • Django
  • Virtualenv (recommended)

Installation

  1. Clone the repository:

    git clone https://github.com/Otajonov/portfolio.git
    cd portfolio
  2. Create a virtual environment:

    python3 -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install dependencies:

    pip install -r requirements.txt
  4. Run migrations:

    python manage.py migrate
  5. Create a superuser:

    python manage.py createsuperuser
  6. Run the development server:

    python manage.py runserver

    Open http://127.0.0.1:8000/ to view the site.

Contributing

Feel free to submit a Pull Request.

License

This project is licensed under the MIT License.