Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```