go-askme
go-askme copied to clipboard
My GoLang learning journey by building an AskFm clone
Bump go version from 1.11 to 1.16. Rebuild go dependences to use the latest version. I tried the changes locally in addition to the tests, and everything works as expected.
Migrate build validation steps from Travis CI to Github actions. I used two separate jobs for Linux and macOS instead of using matrix strategy as there is no docker by...
This updates Go language, docker containers and modules
Example : `github.com/bashmohandes/go-askme/answer/db` should be just `go-askme/answer/db`
You can use any config parser that can read YAML or JSON config files to support multi environments config ex. develop, staging , production etc....
**User story** 1. A user may choose to follow another user 2. A user's homepage should show a feed from all followed users 3. Users will have a count of...
Add support for server showing flash messages when needed.
Currently we only have one user doing both db migration and application access, which is pretty dangerous, because migration requires DDL level access, while application only needs data read/write.
Currently framework.Config is a kitchen sink of all configuration