Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 701 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 701 Bytes

cv_maker

A Complete and simple CV builder:


We are using:

Installation

Use Docker to install the project.

docker-compose up --build

We need to run the migrations first:

docker exec -it backend pipenv run ./manage.py migrate

Usage

You can go to localhost:3000 and test the app.

Create Superuser

docker exec -it backend pipenv run ./manage.py createsuperuser