UlisesGascon / express-examples

Express Official Examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Express examples

This repository contains several examples using Express.

Clone

You can clone this repository using:

$ git clone https://github.com/expressjs/examples
$ cd examples

Installation

⚠️ Node.js 18.0 or higher is recommended.

NVM is supported, so you can do:

$ nvm install

Installation is done using the npm install command:

$ npm install

Running examples

Whichever example you want:

$ node examples/content-negotiation

Contributing

The Express.js project welcomes all constructive contributions. Contributions take many forms, from code for bug fixes and enhancements, to additions and fixes to documentation, additional tests, triaging incoming pull requests and issues, and more!

See the Contributing Guide for more technical details on contributing.

See the Code of Conduct for a description of the standards we adhere to.

Security Issues

If you discover a security vulnerability in Express, please see Security Policies and Procedures.

Running Tests

To run the test suite, first install the dependencies, then run npm test:

$ npm install
$ npm test

People

The original author of Express is TJ Holowaychuk

The current lead maintainer is Douglas Christopher Wilson

List of all contributors

License

MIT

About

Express Official Examples

License:MIT License


Languages

Language:JavaScript 100.0%