DevsWanted is a project posting app geared towards developers looking for projects to contribute to.
DevsWanted will be hosted and deployed by Heroku at (https://devswanted.herokuapp.com/)
-
Need to have Node.js installed.
-
Clone the repository.
-
Install node packages
npm install -
Create a
.envfile in the root of the project and place the following variables in this file.- LOCAL_USER=
your database user - LOCAL_PASS=
your database user password - LOCAL_NAME=
your database name - LOCAL_HOST=localhost
- GITHUB_CLIENT_ID=
your github client ID - GITHUB_CLIENT_SECRET=
your github client secret - HOST_URL=
http://localhost:5000/auth/github/callback
- LOCAL_USER=
-
Start the server
npm start -
App will run on at
http://localhost:5000
Express.js, Passport.js(Local and Github Strategies), PostgreSQL, EJS, Node.js, Javascript, Sequelize-ORM



