Skip to content

Codeansh/Resume_Builder

Repository files navigation

CV-Maker

Creates a CV based on the user's input.

Run Locally

Clone the project

git clone https://github.com/Codeansh/CV-Maker.git

Create a virtual environment. ( if using linux then use)

python3 -m venv venv

Activate virtual environment

source venv/bin/activate

Run the script in terminal ( Docker should be installed )

docker build -t cvapp .
docker run -it -d -p 8000:8000 cvapp:latest

Open your browser and type the url : http://localhost:8000/

It will redirect to login page like this

Screenshot from 2022-09-26 02-56-14

About

Creates a CV based on the user's input.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published