Skip to content

dinakajoy/mini_github_app_using_ocaml

Repository files navigation

simple_mini_github

A simple app to test out irmin-graphql, dream and js_of_ocaml

How to setup the project

  • clone the repository
  • Run make install to install all project dependencies
  • Run make start to start the application
  • Open localhost:8080 in the browser to view the project frontend
  • Open http://localhost:8080/graphiql in the browser to view graphiql

To test

  • Paste in a github repository in the input box on the frontend
  • Run this sample query on graphiql to see result
  {
    branches {
      name
      head {
        info {
          date
          author
          message
        }
      }
    }
    master {
      name
      tree {
        get_contents(key: "README.md") {
          key
          metadata
          value
          hash
        }
      }
    }
  }

About

A simple app to test out irmin and dream

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published