Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amgdhussein/drop-fix
Instant car assistance for unexpected issues. Connect with skilled service providers who come to your location to fix your car on the spot. Need a tow? DropFix also offers on-demand towing to the nearest mechanical shop.
https://github.com/amgdhussein/drop-fix
backend-api clean-architecture clean-code dto dto-entity-mapper enums eslint eslint-config eslint-rules nestjs oop prettier prettier-eslint swagger swagger-documentation typescript
Last synced: 4 months ago
JSON representation
Instant car assistance for unexpected issues. Connect with skilled service providers who come to your location to fix your car on the spot. Need a tow? DropFix also offers on-demand towing to the nearest mechanical shop.
- Host: GitHub
- URL: https://github.com/amgdhussein/drop-fix
- Owner: amgdHussein
- Created: 2024-01-28T12:10:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-29T09:30:16.000Z (7 months ago)
- Last Synced: 2024-10-11T03:03:17.312Z (4 months ago)
- Topics: backend-api, clean-architecture, clean-code, dto, dto-entity-mapper, enums, eslint, eslint-config, eslint-rules, nestjs, oop, prettier, prettier-eslint, swagger, swagger-documentation, typescript
- Language: TypeScript
- Homepage:
- Size: 950 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DropFix
## Description
DropFix is your solution to unexpected car troubles. Whether you're facing a dead battery, overheating engine, or any other car issue, DropFix
connects you with skilled service providers who come to your location and fix your car on the spot. DropFix also offers on-demand towing services to
transport your car to the nearest mechanical shop. With a seamless app experience, instant service requests, and reliable professionals, DropFix
ensures you're back on the road in no time. Drive with confidence, knowing that help is just a tap away.## Installation
```bash
$ yarn install
```## Running the app
```bash
# development
$ yarn run start# watch mode
$ yarn run start:dev# production mode
$ yarn run start:prod
```## Test
```bash
# unit tests
$ yarn run test# e2e tests
$ yarn run test:e2e# test coverage
$ yarn run test:cov
```## License
Nest is [MIT licensed](LICENSE).