Skill Sailor

The only website you need as a budding refugee hustler to get ahead in the job market in the country you have arrived!

The Team

  • Lead Programmer: Ediz Ucar
  • Cuckboy Programmer: Michal Straka
  • UI/UX Lead: Diane ...

The Vision

Steer your life to obtain the future you would like!

Setting Up

Setting up the environment

Do this once

  1. python -m venv .venv
  2. Activate python virtual environment .\.venv\Scripts\activate
  3. pip install -r requirements.txt

Do this to run the server

  1. Make sure you are in the root directory of the project
  2. Activate python virtual environment .\.venv\Scripts\activate
  3. Run python backend/server.py
  4. Open a new terminal
  5. Run cd frontend
  6. Run npm start
  7. To stop it, end both processes and the run deactivate
Share this project:

Updates