Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Abdullah-Alharbi-Archived-Projects/express-boilerplate

Repository files navigation

💎 express-boilerplate

this is my full-stack boilerplate currently it uses handlebars, objection.js + knex
it has powerful routing system, it uses jest for testing, docs.

🌟 Features

  • easy routing system.
  • Integrated ORM.
  • Handlebars configured.
  • Control configurations across environments.
  • Testing with jest and can be configured using jest.config.js to meet your needs.

🐱‍🏍 Installation

  • git clone https://github.com/W2AlharbiMe/express-boilerplate.git
  • run npm install or npm i
  • run npm run dev to start the development server
  • run npm test for testing with jest.
  • note: before using yarn remove package-lock.json since yarn uses yarn.lock file

🔮 Future

  • Add webpack
  • add logs directory
  • improve documentation
  • add rate-limit middleware
  • Support Real-time
  • add default configurations for nginx, haproxy
  • add i18n for localization
  • and more...