Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 673 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 673 Bytes

💼 cv-maker

Requirements

How to run

  1. clone the project and change the directory

    git clone https://github.com/ioprodz/cv-maker
    cd cv-maker
    
  2. create virtual environment for the project

    python -m venv venv
    source venv/bin/activate
    
  3. Install the required libraries

    pip install -r requirements.txt
    
  4. MIGRATE & RUN

    python manage.py migrate
    python manage.py runserver
    
  5. Create a super user

    python manage.py createsuperuser