Open source software founded by Marvin Mbatha, Ronald Kimeli and Robert Kimaiyo who are aspiring to bring a new phase of Resume builder techs into unlocking jobs with brilliant and ATS friendly Resumes. Your contribution is great inspiration and it is highly encouraged.
- AngularFrontend - Based on angular framework.
- ReactFrontend - Based on React framework.
- VueFrontend - Based on Vue framework.
- FastApiBackend - Is the main high performing backend which is fully API driven.
Resume Builder Frontend requirements based on React:
Clone this repository then create .env for db connection creadentials by navigating to backend first
cd FastApiBackend
Make .env from copy of example.env
cp example.env .env
Replace the credentials of db on .env DB_CONNECTION_STR
with your favorite naming to be generated with the postrgres
DB_USER: DB UserName
DB_PASSWORD: DB Password
DB_NAME: DB Name
Install necessary dependencies and run the software servers on detached mode using command below.
docker compose build --no-cache && docker compose up -d
- Fill your data in to be reused on the resume preview e.g set Profile, Education,Certifications, Referees etc
- Preview your details as resume and generate pdf by clicking the pdf logo
- Now check your terminal if everything is already started - On your browser at the url
http://localhost:5173/
if frontend andhttp://localhost:5000/
is backend