Skip to content
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.

LucianoPAlmeida/ogmneo-demo

Repository files navigation

OGMNeo Simple Demo

An Rest API demo on how to use OGMNeo using Docker

You can run this application

On Docker

If you running this application on docker, you can use docker compose

  docker-compose build
  docker-compose up
  

On local machine

Assuming you have npm or yarn

Just run

  npm install 
  npm start 
  

or

  yarn install
  yarn start
  

Testing

After running the application, a Swagger docs is available at http://localhost:3000

Also a graphql endpoint is available on http://localhost:3000/v1/users-query

About

OGMNeo Simple Demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages