1.2.2 • Published 2 years ago
cdt-express-setup v1.2.2
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
2 years ago
1.2.1
2 years ago
1.2.0
2 years ago
1.1.9
2 years ago
1.1.8
2 years ago
1.1.7
2 years ago
1.1.6
2 years ago
1.1.5
2 years ago
1.1.4
2 years ago
1.1.3
2 years ago
1.1.2
2 years ago
1.1.1
2 years ago
1.1.0
2 years ago
1.0.9
2 years ago
1.0.8
2 years ago
1.0.7
2 years ago
1.0.6
2 years ago
1.0.5
2 years ago
1.0.4
2 years ago
1.0.3
2 years ago
1.0.2
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago