https://github.com/paoloprodossimolopes/goshop
Backend application using GoLang to provide a list of products after the user authenticate
https://github.com/paoloprodossimolopes/goshop
backend ci go golang testing unit-testing
Last synced: over 1 year ago
JSON representation
Backend application using GoLang to provide a list of products after the user authenticate
- Host: GitHub
- URL: https://github.com/paoloprodossimolopes/goshop
- Owner: PaoloProdossimoLopes
- Created: 2024-01-30T15:52:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T18:29:22.000Z (over 2 years ago)
- Last Synced: 2025-01-24T18:46:06.438Z (over 1 year ago)
- Topics: backend, ci, go, golang, testing, unit-testing
- Language: Go
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoShop
[](https://github.com/PaoloProdossimoLopes/goshop/actions?query=workflow%3ACI)
[](https://github.com/PaoloProdossimoLopes/goshop)
Backend application using GoLang to provide a list of
products after the user authenticate
## Libs
- [Viper](github.com/spf13/viper) to handle with config files.
- [JwtAuth](github.com/go-chi/jwtauth) to handle with JWT tokens.
- [UUID](github.com/google/uuid) to generate UUID V4 format.
- [Testfy](github.com/stretchr/testify) to make assertions more common with other languages.
- [GORM](gorm.io/gorm) to make assertions more common with other languages.
- [Chi](github.com/go-chi/chi) to handle with routes in the webserver application