No description
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. - [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.5.2...v6.5.3) --- updated-dependencies: - dependency-name: qs dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| data | ||
| src | ||
| test | ||
| .gitignore | ||
| app.json | ||
| Dockerfile | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
-
simple traffic light application to store ratings ('happy', 'unsure', 'unhappy') for a user
-
stores data in local csv file
-
docker build -t shautvast/trafficlight .
-
docker run -d -p5555:5000 -v/tmp:/data -e DATA_PATH=/data shautvast/trafficlight