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

https://github.com/pauloruszel/api-tattoo


https://github.com/pauloruszel/api-tattoo

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# Api tattoo
Link do swagger: http://localhost:8080/swagger-ui/index.html

## ✔️ Tecnologias e bibliotecas usadas
- `Java 17`
- `Spring Boot 3.3`
- `Lombok`
- `PostgreSQL`
- `Docker`

## 🚀 Como usar
## Clone o repositório:

```bash
git clone https://github.com/pauloruszel/api-tattoo.git
```

## 📁 Entre na pasta do projeto:

```bash
cd api-tattoo
```

## 🛠️ Build:
```bash
mvn clean install
```

## 🐳 Execute o docker-compose:
```bash
docker-compose up --build
```