Skip to content

suhail609/express-rest-boilerplate

 
 

Repository files navigation

Express REST Boilerplate

Introduction

This is a boilerplate project using express.js

Features

  • Simple routing system
  • Strong ORM using Sequelize
  • CORS Enabled
  • Uses helmet to set some HTTP headers for security
  • Logging with morgan
  • Gzip compression with compression
  • Testing with Jest

Requirements

if you are using MySQL:

  • Mysql (in case you are using MySQL)

if you are using Postgres:

  • Postgres (in case you are using Postgres)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%