sirSayed98 / Express-start-files

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

Repository from Github https://github.comsirSayed98/Express-start-filesRepository from Github https://github.comsirSayed98/Express-start-files

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

About

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


Languages

Language:JavaScript 100.0%