New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

create-express-zen

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-express-zen

Boilerplate for express following the bulletproof node.js project architecture (https://dev.to/santypk4/bulletproof-node-js-project-architecture-4epf)

latest
Source
npmnpm
Version
1.2.5
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

Express-Zen

A Boilerplate build by Cydnirn for creating Express App using typescript and following the bulletproof model

Packed with Typescript, Express essential for running behind nginx, express validator, and testing essential using mocha

To use simply run npx create-express-zen or npx create-express-zen folderName

Folder Explanation

App.ts

The entry point of the Application

Config

Folder to store your .env

Edit .env.development for dev uses

Edit .env.production for prod uses

Controllers

Folder to store your controller

Events

Folder to store your event listeners

loaders

Folder to store your modules, create new loader and load it in index.ts

models

Folder to store your model

routes

Folder to store your route, create new route and load it in index (/api)

test

Folder to store your unit test

types

Folder to store your Typescripts interfaces and types

utils

Folder to store various utilities for your Express App

Execution

To run app

npm run dev

To start production

npm start

To stop production

npm run stop

To run unit test

npm run test

Keywords

Node

FAQs

Package last updated on 23 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts