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

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)

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```