Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.45 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.45 KB

play-sangria-starter

An opininated starter kit for Play2.6 + Sangria (GraphQL) + Other goodies

Usage

  1. Fork, Clone, or Download this repository
  2. Decide which components you want and which you don't want
  3. Run sbt web/run
  4. ???
  5. Profit

What's in here?

The play-sangria-starter is just that, a simple play26-based backend starter kit. It comes with some preloaded set up, like configuring a simple controller as well as setting up the basic configuration for two different NoSQL databases (Neo4j and MongoDB). You can use one, both or neither of these (just delete what you won't use).

Contributing

If you have some additional components you would like to see in here, I would be more than happy to accept PRs. Depending on the size and specificity of your PR I may or may not merge it. I expect this repo to be kind of a swiss army knife, but I will draw the line somewhere.