- Add product
- Get products
- Get products by category
- Get product by id
- Update product
Go (Golang)
- Clone this repository.
- Make sure Go has been installed.
Go version that is used in this app:
go1.19.13
- Setup the PostgreSQL database.
- Create
.env
file and adjust the variables accordingly. - Run the app:
go run .
Feibs (2024)