An open API service indexing awesome lists of open source software.

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!

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)