Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fabianogoes/poc-go-api-books


https://github.com/fabianogoes/poc-go-api-books

Last synced: 3 months ago
JSON representation

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;