All Projects → ErickWendel → nodejs-with-mongodb-api-example

ErickWendel / nodejs-with-mongodb-api-example

Licence: other
Node.js Web API example using Hapijs and MongoDB

Programming Languages

typescript
32286 projects

Node.js with MongoDB Example

Swagger Page of that application

Requirements

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

Environment Variables

  • PORT: 3000
  • MONGO_URL: localhost:27017

Running

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

Development with Watch Compiler

  • Run once - npm run dev
  • Run and watch files - npm run dev:watch
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].