Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Build Status

This is a demo project showing how to build a GraphQL API on the basis of a Play2 framework using Scala and Sangria.

How to start

Run an application:

sbt run

To start the application, you must be installed locally Java and SBT. The application uses H2 database in-memory. Database initialization is provided by Play evolutions. After launch, the application will be available at localhost:9000. When you first start you will see a message about the need to execute the sql script. Click Apply this script now!

Sources

https://graphql.org/

https://www.playframework.com/documentation/2.6.x/ScalaHome

https://sangria-graphql.org/learn/

About

No description, website, or topics provided.

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.