Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dev-race-services/mazdoor
Mazdoor is an online platform to connect daily wage workers to buyers who require their services. Through the website, these workers will be able to find work and won’t have to physically wait long hours.
https://github.com/dev-race-services/mazdoor
chat-system electrition figma labor labour labour-work mazdoor plumber services wages
Last synced: 30 days ago
JSON representation
Mazdoor is an online platform to connect daily wage workers to buyers who require their services. Through the website, these workers will be able to find work and won’t have to physically wait long hours.
- Host: GitHub
- URL: https://github.com/dev-race-services/mazdoor
- Owner: Dev-Race-Services
- Created: 2024-08-21T19:21:30.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-21T19:28:29.000Z (6 months ago)
- Last Synced: 2025-01-16T14:47:15.340Z (30 days ago)
- Topics: chat-system, electrition, figma, labor, labour, labour-work, mazdoor, plumber, services, wages
- Language: JavaScript
- Homepage: http://mazdoor.onrender.com/
- Size: 15.3 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Labor
# Getting start
Just run the following commands in your terminal to start coding
```bash
$ git clone https://github.com/shahbazhassan42000/mazdoor.git
$ cd mazdoor
$ npm install
```Then run:
```bash
$ npm run dev
```The last command automatically runs the API exposed on http://localhost:5000
# Figma Design for the website
Link: https://www.figma.com/file/BKAyOE3BlpacjXehWKqXnc/MAZDOOR?t=YtjcGmJo77LinC9I-1
# Deployment
To create a build for production you need to build your current project with the following command:
`$ npm run build`