go-askme icon indicating copy to clipboard operation
go-askme copied to clipboard

My GoLang learning journey by building an AskFm clone

Results 10 go-askme issues
Sort by recently updated
recently updated
newest added

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`

help wanted

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...

enhancement

Add support for server showing flash messages when needed.

enhancement

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.

enhancement
security

We are still missing good unit testing for use cases

enhancement

Currently framework.Config is a kitchen sink of all configuration

enhancement