This project is a server side developed in Golang programming language using Gin framework. The project interacts with PostgreSQL database, uses RESTful architecture, CRUD system, and asynchronous programming using channels.
- CRUD
- http server
- asynchronous programming using channels
| Parameter |
Type |
Description |
album |
JSON |
Returns all albums in --pretty JSON |
| Parameter |
Type |
Description |
id |
int |
Required. Id of item to fetch |
implement's asynchronous programming using channels
| Parameter |
Type |
Description |
album |
JSON |
Required. JSON albums array |
| Parameter |
Type |
Description |
id |
int |
Required. Id of item to delete |
| Parameter |
Type |
Description |
id |
int |
Required. Id of item to PATCH |