This is a new way to search for jobs! Career Atlas is a location based job search application that uses a variety of information to create a new experience.
Make sure you have the correct versions of yarn for this project
$ node -v
v8.7.0
$ yarn -v
1.13.0
If you do not have node or npm, use homebrew to install or upgrade. Once you have homebrew installed you can run the following to install:
$ brew install node
$ brew install yarn
if you have the wrong version you can use homebrew to update node and yarn with the following commands:
$ brew upgrade node
$ brew upgrade yarn
In order to get some of the endpoints working you must have the correct env variables. Check out the .env.sample file to see what you need.
You will need to sign up for a google developer account
- Clone this repo to your computer
- run
yarn installto make sure all dependencies are installed - Make sure to have all needed Env variables and accounts set up
- download and set up the CareerAtlas Backend
- run
yarn startto start the app
Simply setup and start searching! No log in or in app setup required
Coming Soon!
Please visit the issues page to report bugs or to suggest new features