m4rc0s / azure-ci

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node.js with MongoDB Example

Swagger Page of that application

Requirements

  • Node.js v7+
  • MongoDB running on local instance

Running

  • Install dependencies - npm i
  • Build typescript - npm run build
  • Run project - npm start
  • Go to swagger page - localhost:3000/documentation

Development with Watch Compiler

  • Run project - npm run dev

About


Languages

Language:TypeScript 78.3%Language:Dockerfile 21.7%