Web application that analyzes how successful the relocation will be as a percentage. It also provides information about the cost of living and available jobs in the selected country. Made at hackathon.
- Feature 1: Percentage chance of relocation
- Feature 2: Cost of Living from numbeo.com
- Feature 3: Jobs in selected country via careerjet API
Live Demo
Demo will be here soon...
-
Install dependencies:
cd frontend && npm i && cd ..
cd backend && pip install -r requirements.txt
-
Set up environment variables:
-
Copy
.env.example
to.env
:cp .env.example .env
-
Edit
.env
file to match your configuration.
-
-
Run the application: Frontend:
npm run dev
Backend:
fastapi dev src/main.py
There are a lot of bugs, even in prod environment. I was so lazy to fix them, so enjoy.