Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.05 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.05 KB

Hire-HELP

One stop solution to find all kinds of blue-collar labors 👷 and workers near you. 🌄 A way to minimize a major issue prevalent in our society,i.e., unemployment. Made with 💖 using ExpressJS. ✔

Run Locally

1.Clone repository

$ git clone https://github.com/SpectreX-AHM/Hire-HELP.git
$ cd hire-help

2.Install MongoDB

Download it from here: https://docs.mongodb.com/manual/administration/install-community/
Create your own collection and add that in mongoose.connect(). We have used cloud MongoDB Atlas for this project.

3.Run Backend

$ npm install  
$ npm start

4.Run app on localhost 3000

Create an app.listen function in app.js and run the app on https://localhost:3000

5.Api keys

Make sure to add your own api keys of cloudinary and sendgrid under API_KEY

Map feature works on data of United States

Add the details of cities in cities.js file

Check out the deployed version 🤘

https://hire-help.herokuapp.com/

License

MIT © SpectreX-AHM 😊