Skip to content
This repository was archived by the owner on Mar 8, 2025. It is now read-only.

Latest commit

 

History

History
86 lines (61 loc) · 2.69 KB

File metadata and controls

86 lines (61 loc) · 2.69 KB

Express Logo

Fast, unopinionated, minimalist web framework for node.

NPM Version NPM Downloads Linux Build Windows Build Test Coverage

Features

  • Robust routing
  • Focus on high performance
  • Super-high test coverage
  • HTTP helpers (redirection, caching, etc)
  • View system supporting 14+ template engines
  • Content negotiation
  • Executable for generating applications quickly

Docs & Community

PROTIP Be sure to read Migrating from 3.x to 4.x as well as New features in 4.x.

Installation

$ yarn

Migrating database

# Make migration
$ yarn migrate:make

# Run all migration
$ yarn migrate:latest

# Rollback all migration
$ yarn migrate:rollback

Running the app

# development
$ yarn dev

# production mode
$ yarn start

Contributing

Contributing Guide

People

The original author of Express is TJ Holowaychuk

The current lead maintainer is Douglas Christopher Wilson

List of all contributors

License

MIT