Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jordanmarcelino/drivers-backend
API that shows all the drivers salary
https://github.com/jordanmarcelino/drivers-backend
backend-api gin golang postgresql
Last synced: 3 days ago
JSON representation
API that shows all the drivers salary
- Host: GitHub
- URL: https://github.com/jordanmarcelino/drivers-backend
- Owner: JordanMarcelino
- License: mit
- Created: 2024-08-25T04:44:50.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T15:29:03.000Z (6 months ago)
- Last Synced: 2025-01-29T06:49:00.073Z (23 days ago)
- Topics: backend-api, gin, golang, postgresql
- Language: Go
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Drivers API
## Description
API that shows all the drivers salary
## How to Run
1. Clone the repository
```bash
git clone https://github.com/JordanMarcelino/drivers-backend.git
```2. Move into the directory
```bash
cd drivers-backend
```3. Dockerize the application
```bash
docker compose up -d --build
```4. Import Postman Collection at `docs/Postman-Collection.json` to Postman and try the API
## How to Stop
```bash
docker compose down
```