Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabianogoes/poc-go-api-books
https://github.com/fabianogoes/poc-go-api-books
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fabianogoes/poc-go-api-books
- Owner: fabianogoes
- Archived: true
- Created: 2022-08-09T04:18:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-09T04:30:32.000Z (over 2 years ago)
- Last Synced: 2023-11-03T19:35:18.279Z (about 1 year ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Books API
Learning Golang
**Technologies**
- [Compile Daemon for Go](https://github.com/githubnemo/CompileDaemon)
- [GoDotEnv](https://github.com/joho/godotenv)
- [UUID](https://github.com/google/uuid)
- [Gin Web Framework](https://gin-gonic.com/)
- [GORM](https://gorm.io/index.html)
- [Postgres](https://www.postgresql.org/)
- [ElephantSQL](https://www.elephantsql.com/)
- [TablePlus](https://www.tableplus.com/)## Roadmap
- [x] Create Project;
- [x] Create API Using [Gin Web Framework](https://gin-gonic.com/) with Database in memory;
- [ ] Create Persistence using [GORM](https://gorm.io/index.html) and database [Postgres](https://www.postgresql.org/);
- [ ] Create Documentation Open API;
- [ ] Create security using JWT;