Jobbyist is a job posting app geared toward those who would like to be payed for doing the things they love and people who are looking for others with unique hobbyist skills.
Want to learn how to play the guitar? Check out Jobbyist! Want to teach people how to skydive? Make a post on Jobbyist!
Jobbyist will be hosted and deployed by Heroku at (https://mighty-inlet-78570.herokuapp.com/)
- Need to have Node.js installed.
- Clone the repository.
- Install node packages
npm install
- Create an app for Google oauth on the Google Cloud Platform.
- Create a
.env
file in the root of the project and place the following variables in this file.- DB_USER=
your database user
- DB_Pass=
your database user password
- DB_LIB=
your database name
- DB_HOST= localhost
- GOOGLE_CLIENT_ID=
your google client ID
- GOOGLE_CLIENT_SECRET=
your google client secret
- GOOGLE_CLIENT_CALLBACK =
http://localhost:3000/auth/google/callback
- DB_USER=
- Start the server
npm start
- App will run on at
http://localhost:3000
Express.js, Passport.js, Postgres, Google OAuth,EJS, Node.js, Javascript
Ben Varnum - (http://github.com/bensvarnum)
John Loftin - (http://github.com/JohnLoftin)
Robert Powell - (http://github.com/RpowellIV)
Stephen Roach - (http://github.com/Stephen-Roach)