https://github.com/lehcode/carvin
API and UI to search for car details using VIN code
https://github.com/lehcode/carvin
angular nestjs rxjs typescipt
Last synced: 5 months ago
JSON representation
API and UI to search for car details using VIN code
- Host: GitHub
- URL: https://github.com/lehcode/carvin
- Owner: lehcode
- Created: 2023-11-21T10:54:22.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-23T09:26:42.000Z (about 2 years ago)
- Last Synced: 2025-02-25T03:41:46.979Z (10 months ago)
- Topics: angular, nestjs, rxjs, typescipt
- Language: TypeScript
- Homepage:
- Size: 25.3 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Car VIN Code Decoder
The decoder uses the NHTSA database to retrieve information about a car by its VIN code.
## Start
```
$ docker compose up --build
```