https://github.com/nopp/desafio-client-server-api
Desafio Client-Server-API fullcycle (GoExpert)
https://github.com/nopp/desafio-client-server-api
Last synced: 5 months ago
JSON representation
Desafio Client-Server-API fullcycle (GoExpert)
- Host: GitHub
- URL: https://github.com/nopp/desafio-client-server-api
- Owner: nopp
- Created: 2025-07-15T22:24:33.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-15T22:53:47.000Z (12 months ago)
- Last Synced: 2025-07-16T22:08:38.361Z (12 months ago)
- Language: Makefile
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Desafio Client-Server-API fullcycle (GoExpert)
## Carlos Augusto Malucelli
## Para iniciar o server
```make run-server```
## Para parar o server
```make kill-server```
## Para executar o client
```make run-client```
## Para executar tudo server + client
```make demo```