https://github.com/scompo/scompo-counters
https://github.com/scompo/scompo-counters
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scompo/scompo-counters
- Owner: scompo
- License: mit
- Created: 2020-07-22T17:29:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T10:23:57.000Z (over 3 years ago)
- Last Synced: 2025-12-31T04:59:33.120Z (6 months ago)
- Language: JavaScript
- Size: 546 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scompo-counters
Should become a webapp to store counters.
The users should be able to log in using `webauthn` if I manage do to so.
## Enviroinment variables
- `RP_ID` application origin host (`localhost`).
- `PORT` application port (`8080`).
- `USE_HTTPS` am i'm supposed to use https? (`false`).
## TODO
- Fix error for user not found.
- Implement session persistence.
- Implement a real database.
- Export routes.
- Implement some tests.