# README
Create APIs using Golang
This is a demo service used as an example for the "Create APIs using Golang" article series in my blog.
How To Run
-
Run migration.
$ make migrate-up
-
Copy paste
config.yml.example
toconfig.yml
-
Run server
$ make run-server
Roadmap
- Setup Workspace.
- Codebase Architecture.
- Connecting to a Database.
- Implement Cache.
- Unit Testing.
- Dockerize service.
- Deploy to Cloud Platforms.
- Elasticsearch.
- GraphQL.
- Microservices & gRPC.