Jobbatical is a website that allows visitors to apply for jobs and for companies to upload their job descriptions. We decided to clone the website because of its sleek design and usefulness as a project. We hope to we're going to be able to complete jobbatical's functionality to a satisfying degree.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Install the node modules:
$ npm install
Enter your Firebase API Credentials:
$ python client.py
Enter your Firebase ServiceKey Credentials:
$ python server.py
Run the local server:
$ npm run dev
$ npm test
Run automated tests for linting:
$ npm run lint-watch
Lint all files:
$ npm lint-all
TBD
TBD
TBD