UNPKG

backend-setup-tool

Version:

A powerful CLI tool to instantly scaffold a clean and scalable Node.js/Express.js backend for SQL or NoSQL projects.

13 lines (9 loc) 297 B
import expressLoader from "./express.js"; // import sequelizeLoader from "./sequelize.js"; export default async (app) => { // await sequelizeLoader(); expressLoader(app); }; // Path: loaders/express.js // uncomment the following line if you are using sequelize // and valid sql credentials