GitXplorerGitXplorer
L

ogmneo-demo

public
5 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
5855d1de483170fd1efb9ee670543c36855747c2

Merge pull request #3 from LucianoPAlmeida/dependabot/npm_and_yarn/acorn-6.4.1

LLucianoPAlmeida committed 5 years ago
Verified
0815fb2d15d248935980cd37dbd8fada8ca29246

Bump acorn from 6.2.0 to 6.4.1

ddependabot[bot] committed 5 years ago
Verified
e5b8a807652f387a72a9928162cfcd9383d3f4a5

Merge pull request #2 from LucianoPAlmeida/dependabot/npm_and_yarn/eslint-utils-1.4.3

LLucianoPAlmeida committed 5 years ago
Verified
163d851ec1120212b83eb30a1e434d04121be1db

Bump eslint-utils from 1.3.1 to 1.4.3

ddependabot[bot] committed 5 years ago
Unverified
dc430eb2f411bf1672830808ee9187c0bbdf87d8

Remove yarn file

LLucianoPAlmeida committed 5 years ago
Unverified
2321e63a18b13a14483e84c1fbfdefb52e1e981a

Remove unused

LLucianoPAlmeida committed 5 years ago

README

The README file for this repository.

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