Example of a RESTful API using Go-Json-Rest and GORM.
Set the following environment variables:
- APP_PORT (default
8000
) - APP_DATABASE (default
todo.db
)
- Better project structure
- Versioning
- Open API Specification
- Authentication
- Dockerfile
Example of a RESTful API using Go-Json-Rest and GORM.
Set the following environment variables:
8000
)todo.db
)