A webapp to ease the struggles of commuting to possible new jobs in a new area. Find jobs in your new area by specifying your title and desired radius and clicking on the map! Quickly get links to apply and Glassdoor (tbd) information to vet your new potential places of work.
- Husain Wafaie
- Dylan Vo
- Jason Yim
- Ryan Park
Create a virtual environment inside backend
python -m venv venv
`cd` into `\venv\Scripts` (or `\venv\bin` on Unix machines)
activate
`cd` back into `backend`
python -m pip install requirements.txt
python manage.py runserver
cd frontend
npm install
npm run
If a new browser page isn't opened automatically, go to localhost:3000 in your browser.