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

https://github.com/jordanmarcelino/terradiscover-backend

Mini Project Terra Discover Backend
https://github.com/jordanmarcelino/terradiscover-backend

backend-api docker docker-compose gin golang postgresql

Last synced: 3 months ago
JSON representation

Mini Project Terra Discover Backend

Awesome Lists containing this project

README

          

# Terradiscover Backend

## How to Run

### 1. Clone the Repository

```bash
git clone https://github.com/JordanMarcelino/terradiscover-backend.git

cd terradiscover-backend
```

### 2. Copy and Modify Env Example

```bash
cp .env.example .env
```

Modify the `.env`

### 3. Build and Run the Docker Images

```bash
docker compose up -d --build
```

## Usage

You can see the API Documentation at `/api/openapi-spec/swagger.yaml`