https://github.com/phaalonso/go-bookstore
https://github.com/phaalonso/go-bookstore
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phaalonso/go-bookstore
- Owner: phaalonso
- Created: 2024-03-31T23:27:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T00:45:42.000Z (over 2 years ago)
- Last Synced: 2025-06-11T10:11:04.763Z (about 1 year ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bookstore
Baseado nesse tutorial: https://youtu.be/1E_YycpCsXw?si=0vqJUd_E91bEZgY6
### Incrementos no projeto original
- [X] Utilitários e tratando alguns erros
- [ ] Validação de dados
- [ ] Testes unitários
- [ ] Existe uma forma de rodar testes containers?