Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 21 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-31T18:29:22.000Z (about 1 year ago)
- Last Synced: 2024-11-24T19:15:44.735Z (3 months 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
[![CI](https://github.com/PaoloProdossimoLopes/goshop/workflows/Go/badge.svg)](https://github.com/PaoloProdossimoLopes/goshop/actions?query=workflow%3ACI)
[![Coverage](https://img.shields.io/badge/Coverage-84.8%25-brightgreen)](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