Skip to content

ballenwillis/Postgraphile-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postgraphile-Example

An example of Postgraphile for my ChicagoJS talk

Get up and running

  1. Create a PostgreSQL database called forum_example hosted on your local machine.
  2. Run setup.sql to generate the schema.
  3. Run data.sql to fill your database with some fake data.
  4. Run: postgraphile -c postgres://localhost/forum_example -s forum_example.
  5. Try to break it... I dare ya.

About

An example of Postgraphile for my ChicagoJS talk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published