gothinkster / realworld

"The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more
https://realworld-docs.netlify.app/
MIT License
80.65k stars 7.34k forks source link

🗄🔧 Scala and Playframework #63

Closed James-Parsons closed 6 years ago

James-Parsons commented 7 years ago

Current Status

Todo:


I'm planning on doing a Play framework (https://playframework.com) backend in Scala

EricSimons commented 7 years ago

@James-Parsons awesome! Just updated issue status w/ gitter room, etc — can you fork the starter kit and post the link to your repo in here?

Also, just created a logo you can use for your repo's readme:

scala

wsargent commented 7 years ago

https://github.com/KyleU/boilerplay may be good as a starting point. Also see https://github.com/adrianhurt/play-bootstrap for the bootstrap form helpers.

https://github.com/playframework/play-scala-rest-api-example is a good real world application, and has a 2.6.x version you can look at if you want use the milestones.

ishubham-k commented 7 years ago

Is there a plan to include scalajs-react frontend?

wsargent commented 7 years ago

@ikamthania you may want https://github.com/Daxten/bay-scalajs.g8 in that case

James-Parsons commented 7 years ago

Hey guys just a heads up it will likely be a few days before I have time t start on this.

ishubham-k commented 7 years ago

Hi, I just created a pull request for the setup here . It is largely inspired from boilerplay with dependency injection using macwire. Do note it includes a setup for scalajs-react as well but can be removed as required. Do let me know your opinion on it.

ishubham-k commented 7 years ago

Hi, I have added home view to the pull request

home

Where can I get the favicon from?

EricSimons commented 7 years ago

^ ya'll are just creating the backend in Scala to adhere to API spec, right? Or are you also creating a frontend too?

ishubham-k commented 7 years ago

This setup is mostly for backend in scala. Last commit was just to show that full stack scala is a possibility too. This pr is still open for discussion.

yesh0907 commented 7 years ago

How's the development for this repo going?

johanjvrens commented 7 years ago

Really interested in this! Any progress?

EricSimons commented 7 years ago

@yesh0907 @johanjvrens I think these guys ran out of time unfortunately, but lmk if ya'll would like to pick it up & I'll switch the issue to point at your repo!

James-Parsons commented 7 years ago

@EricSimons go ahead. I've been ridiculously busy here lately. I'm working three jobs and going back to school so I hardly have the time anymore :/

EricSimons commented 7 years ago

@yesh0907 @johanjvrens would either of you like to take lead on this? Lmk and I'll have the issue point to your repo!

johanjvrens commented 7 years ago

Thanks, but I don't have time for it.

Kind Regards Johan Janse van Rensburg

On 28 September 2017 at 01:40, Eric Simons notifications@github.com wrote:

@yesh0907 https://github.com/yesh0907 @johanjvrens https://github.com/johanjvrens would either of you like to take lead on this? Lmk and I'll have the issue point to your repo!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/gothinkster/realworld/issues/63#issuecomment-332685923, or mute the thread https://github.com/notifications/unsubscribe-auth/AH2k9mYUpwMaALGIBRW5_s15u8ZVqptEks5smt0DgaJpZM4NJQKt .

Dasiu commented 7 years ago

Hello,

I've started to work on play implementation on my own. It's matter of days or weeks in the worst case, when I would have something, what might be eligible for public view - PRs and introdution for other contributors, so I might be considered as one, who could take lead on this issue/project, if it's ok for everyone of course. :)

I've read that ikamthania implemented something already but given link to repo/PR is not active anymore, so I do not know how to compare - and maybe merge - his work with mine.

I could fork starter repo and post it in few days.

Dasiu commented 7 years ago

Here is the link to forked starter kit repo with Play Framework implementation. Right now it has JWT authentication, besides it shows exemplary project structure and tests. It still needs a lot of work and polishing. I posted the link as an incentive to contribute.

@EricSimons could I pursue this further?

Cameron-C-Chapman commented 7 years ago

@Dasiu feel free to continue to work on the Play w/ Scala implementation. We'd love to see it finished and get added to the README!

Dasiu commented 6 years ago

Thanks. I'm still on it. Everyone is welcome to contribute, just write here or review current implementation's state in the repository linked above!

Dasiu commented 6 years ago

All right, folks!

I believe Playframework with Scala implementation have reached feature complete stage! I tested backend implementation with React frontend, link to demo can be found in my repo. Now I would ask someone to test my work and review it. People with Scala and Playframework knowledge would be most welcome. :)

Dasiu commented 6 years ago

Hey! @Cameron-C-Chapman @EricSimons what is next needed step?

EricSimons commented 6 years ago

@Dasiu eek sorry about my delay! Awesome work on this!! I'm going to get this added to the homepage first thing tmrw morn :)

EricSimons commented 6 years ago

Now listed on the main readme! Amazing work @Dasiu!! 💯 🎉

Dasiu commented 6 years ago

Thanks! Good to hear!