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

https://github.com/fallendeity/binit


https://github.com/fallendeity/binit

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

Logo


Binit


Your Goa, Our Commitment.

# Features
- [x] Responsive and mobile friendly UI.
- [x] Dark and light mode.
- [x] NodeMailer Email authentication
- [x] Google Map/Github OAuth
- [x] Realtime communication.
- [x] Google Map integration.
- [x] Real-time waste collection monitoring
- [x] 2-way ranking system(user/contractor)
- [x] Real-time monitoring of tickets claimed/completed by contractors

# Production

https://bin-it.vercel.app/

# Setup

```bash
$ git clone https://github.com/FallenDeity/react-next-tailwind-template
$ cd react-next-tailwind-template
$ npm install
```

# Build

```bash
$ npm run build
```

Internally calls for next to build the project.

# Test

```bash
$ npm run test
```

Internally calls for mocha to run the tests.

# Run

```bash
$ npm run dev
```

Internally calls for next to run the project in development mode.

# Others

- `npm run lint` - Runs eslint on the project.
- `npm run lint:fix` - Runs eslint on the project and fixes the errors.
- `npm run prettier` - Runs prettier on the project.
- `npm run prettier:fix` - Runs prettier on the project and fixes the errors.

> **Note**
> Few more commands are available in `package.json` under `scripts` section.