RockPaperScissorsLizardSpock/Documents/Workshop/Step1
dependabot[bot] ae98a852ca
Bump qs and body-parser in /Documents/Workshop/Step1
Bumps [qs](https://github.com/ljharb/qs) to 6.11.0 and updates ancestor dependency [body-parser](https://github.com/expressjs/body-parser). These dependencies need to be updated together.


Updates `qs` from 6.7.0 to 6.11.0
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.7.0...v6.11.0)

Updates `body-parser` from 1.19.0 to 1.20.1
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/body-parser/compare/1.19.0...1.20.1)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
- dependency-name: body-parser
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-26 17:48:54 +00:00
..
public Add workshop (#2) 2019-12-12 14:10:13 +01:00
LICENSE Add workshop (#2) 2019-12-12 14:10:13 +01:00
README.md Add workshop (#2) 2019-12-12 14:10:13 +01:00
index.js Add workshop (#2) 2019-12-12 14:10:13 +01:00
package-lock.json Bump qs and body-parser in /Documents/Workshop/Step1 2023-01-26 17:48:54 +00:00
package.json Bump qs and body-parser in /Documents/Workshop/Step1 2023-01-26 17:48:54 +00:00
process.json Add workshop (#2) 2019-12-12 14:10:13 +01:00
web.config Add workshop (#2) 2019-12-12 14:10:13 +01:00

README.md

First step setup

After cloning the repository, you can either

Develop locally

Local development is the same for all steps:

  1. Open "StepN" folder
  2. Run npm install
  3. Run npm start
  4. Open http://localhost:1337

Deploy to Azure

Azure deployment is the same for all steps:

  1. Open "StepN" folder
  2. Run npm install
  3. Create zip archive with contents of "StepN" folder
  4. Open <choose_unique_name>.scm.azurewebsites.net
  5. navigate to Tools -> Zip Push Deploy
  6. Drag-and-drop zip archive to /wwwroot
  7. Open <choose_unique_name>.azurewebsites.net and verify that site is running