Skip to content

Azure-Samples/js-e2e-express-server

Repository files navigation

page_type languages name description products
sample
javascript
nodejs
JavaScript end-to-end Express.js server
This project is used instead of the previous express-generator.
azure
vs-code

JavaScript end-to-end client file upload to Azure Storage Blobs

This is a basic Express.js server used for JS Dev Experience documentation, in place of the previously used express generator.

  1. Clone repo.

  2. Install dependencies:

    npm install
  3. Configure environment variable name for port in ./src/index.js.

    • Azure App Service on Linux: process.env.WEB_PORT
    • Azure App Service on Windows native: process.env.PORT
  4. Start project:

    npm start

Contributions

  • Legal files: If your PR removes the legal files, you PR will be closed.
  • Azure Pipelines: Azure pipeline example files should be put in the azure-pipelines directory. The file name should indicate the type of pipeline. That should be the only file in your PR or it will be closed.

Resources

About

Replacement used in documentation for express generator.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published