floss-order / express-app-generator

Generates an express server that allows you to define a specified number of routes, connect to a database, define a data model, choose template engine and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Express App Generator

Description

Generates an express server that allows you to define a specified number of routes, connect to a database, define a data model, choose template engine and more

Features

Template engines

[ ] EJS

[ ] PUG

[ ] Handlebars

CSS

[ ] Vanilla

[ ] SASS/SCSS

[ ] Less

[ ] Stylus

[ ] PostCSS

Database

NO-SQL

[ ] MongoDB - vanilla driver/mongoose

[ ] Redis

Relational

[ ] PosgreSQL - vanilla driver/sequelize

[ ] MySQL - vanilla driver/sequelize

[ ] SQLite - vanilla driver/sequelize

Other

Body parsing

[ ] express.json()

[ ] express.urlencoded()

Logging

[ ] Morgan

Environment variables

[ ] dotenv

[ ] cross-env

About

Generates an express server that allows you to define a specified number of routes, connect to a database, define a data model, choose template engine and more


Languages

Language:JavaScript 100.0%