Wolvan
071a35814b
Release v1.0.1
2022-01-10 21:57:01 +01:00
Wolvan
33c9ca168e
Release v1.0.0
2022-01-08 18:03:47 +01:00
Wolvan
361230c554
Fix fs-extra being a dev dependency
2022-01-08 18:03:47 +01:00
Wolvan
7047db51d8
Make app heroku-ready
...
Add a procfile and make the start not try to build the project.
2022-01-08 17:59:04 +01:00
Wolvan
0545d90c3f
Implement different backend types
...
Including to the previous flatfile storage, a new storage for MySQL has
been added to store polls in a database.
The amount of possible Poll Options has also been reduced to 20.
2022-01-08 16:12:04 +01:00
Wolvan
927d2666e9
Satisfy tests to npm i
doesn't fail
2022-01-06 21:28:32 +01:00
Wolvan
3204695c90
Switch to ts-node-dev
for debugging
...
It automatically watches, recompiles and restarts the app when files
in the `./src` directory change.
2022-01-06 14:39:46 +01:00
Wolvan
08cb0df5e5
Add debugging run script
...
With this script one can easily launch a debuggable instance of the
current source code and then use vscode's debugger to attach to it.
2022-01-01 04:06:02 +01:00
Wolvan
e83766309a
First steps towards functional frontend
...
Polls and their results can now be accessed as long as they are found on
the backend.
2021-12-29 18:21:22 +01:00
Wolvan
9d80a009ca
Create rudimentary poll backend
...
This is currently untested, but the backend allows creating a new poll,
getting results of an existing poll, voting and retrieving info of a
poll for display purposes.
Recaptcha is not yet implemented at this stage.
2021-12-29 01:02:18 +01:00
Wolvan
1031a4c36f
Implement backend and frontend loading
...
This system lets a server modularly load backend and frontend and allows
hosting each of the parts on separate services.
2021-12-28 23:47:30 +01:00
Wolvan
8bc3f7fe36
Initial commit
...
This code serves as an application framework of sorts and is totally not
stolen from some of my other projects.
2021-12-28 21:11:19 +01:00