Skip to content

goldic342/urelocate-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 

Repository files navigation

URelocate

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.


Table of Contents

  1. Features
  2. Demo
  3. Installation
  4. WARNING

Features

  • Feature 1: Percentage chance of relocation
  • Feature 2: Cost of Living from numbeo.com
  • Feature 3: Jobs in selected country via careerjet API

Demo

Live Demo
Demo will be here soon...


Installation

Steps

  1. Install dependencies:

    cd frontend && npm i && cd ..
    cd backend && pip install -r requirements.txt
  2. Set up environment variables:

    • Copy .env.example to .env:

      cp .env.example .env
    • Edit .env file to match your configuration.

  3. Run the application: Frontend:

    npm run dev

    Backend:

    fastapi dev src/main.py

Warning

There are a lot of bugs, even in prod environment. I was so lazy to fix them, so enjoy.

About

Web app that help devs with relocation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published