-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Golang + Slowpoke #226
Comments
@weitzhandler got released v0.1 |
Fullstack golang app - based on this backend - will live in the separate repo. Issue: |
This backend is finished 18 days ago. Does someone take a look at it? |
@recoilme I noticed that |
@anishkny
I try. You have many errors in tests, fix it, please Your test script update deleted article And i think you must add registration - at top of test, thats very strange - create user manualy Very many logic errors in your test scripts, no time to fix all of them sorry( I add test log for you:
|
and in general - don't test web app with scripts - it's bad idea |
And one more thing - don't use my code in production My app, as this app - absolutely ugly. It does tons of database requests on each web request I fixed it and write high load optimized code in another project, similar to real world - https://github.com/recoilme/tgram |
see #245 |
Hi,
Work in progress at https://github.com/recoilme/golang-gin-realworld-example-app
Slowpoke: https://github.com/recoilme/slowpoke
After finishing backend - i will start full stack on it
The text was updated successfully, but these errors were encountered: