Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
renanstn committed Mar 15, 2024
1 parent 2ea46d7 commit 0f6ec1d
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,20 @@

## Desenvolvimento

### Stack

- Backend
- Poetry
- FastAPI
- Uvicorn
- Reportlab
- Postgres
- Frontend
- Vue 3
- Element plus

### Setup

Suba o projeto todo com o comando:

```sh
Expand All @@ -30,7 +44,7 @@ Acesse:

- `http://localhost:5173`

a documentação da API ficará disponível em:
A documentação da API ficará disponível em:

- `http://localhost:8000/docs`

Expand All @@ -39,7 +53,7 @@ Caso queira visualizar os dados brutos no banco de dados, você pode utilizar o

- `http://localhost:8080`

## Testes unitários
### Testes unitários

```sh
docker-compose run --rm --no-deps api pytest
Expand Down

0 comments on commit 0f6ec1d

Please sign in to comment.