1.2.2 • Published 10 months ago

cdt-express-setup v1.2.2

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

express-mysql-mvc-setup-package

Description

An npm package that upon installation sets up a skeleton for a project that would be using express, sql, and the MVC format.

Installation

From a blank repo, simply run the command npm i cdt-express-setup and let the package install.

Usage

Upon installation the user will receive the following written to their repo:

  • A server.js file that will contain code to start an express session and connect to a server
  • Express and Sequelize will be installed for the user if it is not already installed
  • A blank config folder
  • A blank controllers folder
  • A blank db folder
  • A blank models folder
  • A blank public folder
  • A blank views folder

The user will still need to create files to initialize a database and to connect the server to wherever they choose to host their project.

1.2.2

10 months ago

1.2.1

10 months ago

1.2.0

10 months ago

1.1.9

10 months ago

1.1.8

10 months ago

1.1.7

10 months ago

1.1.6

10 months ago

1.1.5

10 months ago

1.1.4

10 months ago

1.1.3

10 months ago

1.1.2

10 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago