module
Version:
v0.0.0-...-c4cacf9
Opens a new window with list of versions in this module.
Published: Apr 27, 2022
License: MIT
Opens a new window with license information.
README
¶
Blogo
Sandbox project to learn new stack
Roadmap
- Threaded comment with
- SQL
- Redis
- MongoDB
- Cassandra
- Graph
- Searchable content (ES/Solr)
- DB Sharding & Replication
- API
- Oauth2
- Will add many more
Development
Requirement
- Go 1.16 above
- Docker
- docker-compose
Swagger
- Create new endpoint by adding via swagger specs in
/api/openapi/swagger.json
- Regenerate the server stub using
make gen-server
Migration
- To add new SQL migration
name=YOUR_MIGRATION_NAME make create-migration
- Then
make migrate-up
Misc
Other trivial things might not be explained here. Makefile is your best friend
Click to show internal directories.
Click to hide internal directories.