/node-poc

POC for node/express server

Primary LanguageJavaScript

POC for node/express server demonstrating CRUD operations using MongoDB

Pre-requisite softwares

  • Node.js v12.x
  • MongoDB
  • Postman
  • Visual Code IDE

Getting started

Run the following command to start the server app

npm start

PROJECT Structure

config/ - configuration & env variables controllers/ - api routes grouped lib/ - helpers model/ - schema test/ - unit tests

VS Code Plugins

  • ESLint
  • Gitlens
  • Git history
  • Prettier
  • Bracket Pair Colorizer