gothinkster / realworld

"The mother of all demo apps" β€” Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more

Home Page:https://www.realworld.how/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ—„πŸ”§ Go + net/http

EricSimons opened this issue Β· comments

Current Status

Todo:

  • 🏁 Fork the starter repo & post the link in this issue
  • 🎨 Create logo for repo & update issue status (@EricSimons)
  • πŸ”¨ Implement all of Conduit's functionality per the spec & API
  • πŸ‘€ Move repo to main org & Peer review final codebase by admins/community (RFC)
  • πŸŽ‰ Tag v1 release and officially list it on the README!

Will be built using only standard libraries, per this discussion.

I'll jump on this as soon as I can! πŸ˜„

Let's get this started 😎
πŸ‘‰πŸ» https://github.com/JackyChiu/realworld-starter-kit
Contributions welcome as well!

@JackyChiu just updated the issue status (w/ link to this implementation's gitter room)! Also, feel free to swap the logo in your readme with this one: https://github.com/chrislewispac/realworld-starter-kit/blob/master/go-realworld-logo.png

Will be built using only standard libraries

A little side note that the web framework will be from the standard library but the database driver will not be (since there are no database drivers in the standard library, only a driver interface defined in the database/sql package)

Hey Go folks! @JackyChiu is looking for a quick peer review of his wip codebase to make sure he's on the right track β€” is there anyone here/in the Go community that could provide some expert feedback?

Did someone started with net/http package ?

@Kartikkh it was started here: https://github.com/JackyChiu/realworld-starter-kit but hasn't been active. I can pass the torch down to someone else if they want to finish it

@JackyChiu Hi Jacky, I am learning GoLang these days so will try to work on that, and I'll let u know about any issue I would face

@JackyChiu Hi I have tried a bit pls have a look at this and I am using MongoDB as Database is it Okay?
Or should I use Any ORM?
https://github.com/Kartikkh/Medium

Hello we are currently moving all work in progress to Github Discussions.
I'll close this issue by now, you can find instruction to open a discussion there : #633

Thanks for your contribution !