Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 950 Bytes

README.md

File metadata and controls

44 lines (25 loc) · 950 Bytes

CV Blaster Logo

CV Blaster

CV Blaster is a tool to help users to manage and generate their CV's in a simple application.

MIT License

Tech Stack

Client: NextJS, React, Redux, RTKQuery, TailwindCSS

Server: Python, Flask, SQLAlchemy, Marshmallow

DB: Postgres

Run Locally

Clone the project

  git clone [email protected]:foxleigh81/cv-blaster.git

Go to the project directory

  cd cv-blaster

run with docker

  docker-compose up

Environment Variables

To run this project, you will need to copy the .env.example files in the frontend and backend directories and rename them to .env replaced any values surrouned by square brackets with the appropriate information.

Authors