An open source local services search tool. This is the backend repository of https://sellmyservices.in. To know more about product please check android repository https://github.com/gawdsnitkkr/sell-my-services-android
SellMyServices is a platform to match service seekers
to service sellers
. A normal flow is-
- User installs our Android app
- In the App he searches for some services. Let's say he is looking for a
freelancer
. - All the
freelancers
active in his nearby area (range 50 KM) would be populated on google map. - He can browse individual search results and check their description, ratings, location etc.
- He can contact them if interested via email/mobile/chat for a deal.
- A few days later - after having freelancing service, he can submit feedback or rate that service on our platform.
- Clone the repo
https://github.com/gawdsnitkkr/sell-my-services-backend.git
- Move to project folder
cd sell-my-services-backend
- Install dependencies
npm install
- Create config.js file from config-sample.js
cd config && cp config-sample.js config.js
- In MySql create a database "sellMyServices" (or with any other name but must be mentioned in config.js)
- Update
username
with your MySql username andpassword
with your MySql password in config.js - start the project from project root directory
node bin/www
ornodemon
- To setup android part visit https://github.com/gawdsnitkkr/sell-my-services-android
https://github.com/gawdsnitkkr/sell-my-services-backend/wiki/
https://github.com/gawdsnitkkr/sell-my-services-backend/releases
Enter the Slack Group and join #SellMyServices slack channel. 😄