1.2.2 • Published 3 years ago

cdt-express-setup v1.2.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years 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

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago