/Express-start-files

these are usually common files and functions which should be existed in any Node express project

Primary LanguageJavaScript

Express Start-Files

these are start-files for Express contain :

  • Seeding Functionality

  • connection to database

  • Middleware functions

    • Auth protection
    • Error Handling
    • Async modulation
    • AdvancedResults
      • Sort
      • Limit
      • Page
      • Select
  • Utils

    • Error Response
  • Full CRUD Example

  • Server.js

    • Connect alll files

To USE

  npm install

  npm run server

Change Mongo_URI in config/.env