Skip to content

Project made to experiment with exposing and interacting with GraphQL

License

Notifications You must be signed in to change notification settings

jregistr/graphql-forum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphql-forum

Project made to experiment with GraphQL and Sangria library.

Usage

You will need to have ready a PostgreSQL database and a user.

  • Copy the contents of application.ex.conf under the conf folder into another file application.conf under the same directory.

  • Configure the data store by updating the lines displayed below with database credentials.

slick.dbs.default.db.url="jdbc:postgresql://localhost/<DATABASE NAME>"
slick.dbs.default.db.user="<DATABASE USER NAME>"
slick.dbs.default.db.password="<DATABASE PASSWORD>"

Issuing sbt run should have it up and running on localhost:9000 where a GraphIQL interface will be presented.

About

Project made to experiment with exposing and interacting with GraphQL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published