https://github.com/rogusdev/hackdayvoting
Hack Day Project Voting!
https://github.com/rogusdev/hackdayvoting
Last synced: 2 months ago
JSON representation
Hack Day Project Voting!
- Host: GitHub
- URL: https://github.com/rogusdev/hackdayvoting
- Owner: rogusdev
- License: mit
- Created: 2020-08-07T07:47:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T00:44:17.000Z (about 3 years ago)
- Last Synced: 2025-10-10T15:40:25.211Z (7 months ago)
- Language: HTML
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hack Day Project Voting!
```
asdf install nodejs 18.15.0
asdf global nodejs 18.15.0
yarn install
STORAGE_PROVIDER=dynamodb yarn start
```
Frontend can run from the backend container because of express static (/ directs to index.html automatically)
Could run the frontend html in its own nginx:alpine docker container, and the backend in its own dedicated nodejs docker container
Env var `STORAGE_PROVIDER` should be "dynamodb" ("postgres" incoming)