Skip to content

eberhm/loopback-basic-api

Repository files navigation

Comments API Example

Running it

  • clone the repo

$ git clone https://github.com/eberhm/loopback-basic-api

  • npm install

$ docker-compose run node-api sh -c 'cd /app/ && npm install'

  • Run service

$ docker-compose up -d

In your browser. Go to:

http://localhost:3000/explorer/

Getting the swagger.json file

In your browser. Go to:

http://localhost:3000/explorer/swagger.json

With this file and the swagger code generator you can create clients for many different programming languages. For more info see:

https://swagger.io/swagger-codegen/

Notes

About

Basic comments api example with mongo and elasticsearch integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors