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
- Host: GitHub
- URL: https://github.com/jordanmarcelino/terradiscover-backend
- Owner: JordanMarcelino
- License: mit
- Created: 2024-11-11T07:24:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-13T09:56:12.000Z (over 1 year ago)
- Last Synced: 2025-02-17T14:45:10.655Z (over 1 year ago)
- Topics: backend-api, docker, docker-compose, gin, golang, postgresql
- Language: Go
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`