Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`