An Rest API demo on how to use OGMNeo using Docker
You can run this application
If you running this application on docker, you can use docker compose
docker-compose build
docker-compose up
Just run
npm install
npm start
or
yarn install
yarn start
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