https://github.com/pauloruszel/api-tattoo
https://github.com/pauloruszel/api-tattoo
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pauloruszel/api-tattoo
- Owner: pauloruszel
- Created: 2024-06-08T00:54:05.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-06-08T01:06:28.000Z (12 months ago)
- Last Synced: 2025-02-17T07:35:34.493Z (3 months ago)
- Language: Java
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```