I used Go/Mux for the back-end.
Created by Luca Becci
for get the project you will use:
git clone "https://github.com/lucabecci/API-CRUD-GO"You will need this requeriments for good rendiment:
- Go > 10.X
the API use Mux/Go.
- In your terminal, navigate to the main directory.
- Run
go run api/main.goto run. - Run
go build api/main.gofor create the build
|-- api
|-- main.go
|-- README.MD
|-- .gitignore
- Go
- Mux
- Net/Http
- Strconv
- Encoding/json
Luca Becci -Β code and documentation