Skip to content

ioprodz/cv-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💼 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
    

About

App to help making CVs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published