Skip to content

A quick exploration of using swagger's framework with mongo as an underlying DB.

Notifications You must be signed in to change notification settings

lancegliser/swagger-express-mongo-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skeleton project for Swagger and mongo using the expression engine

Base data model:

{
  "name": "Joe Smith",
  "street": "123 Wonderland",
  "additional": "Apt 22",
  "city": "Kansas City",
  "state": "MO",
  "zip": "64105"
}

Full crud with index available against it.

About

A quick exploration of using swagger's framework with mongo as an underlying DB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published