Just the simple frontend (SPA) with some NodeJS backend, coded by me and ChatGPT.
db.sqlite3 | ||
Dockerfile | ||
main.html | ||
main_node.js | ||
ReadMe.md |
ToDo:
- Make a backend, witch actually works for accounts
ToDo Accounts:
- Lock HWID
- Make a db for this
- Make Mongo for configs
- Use Username Password
- Entity Relations:
- User has name, ID and password.
- User has days left
- User has is test user Bool
- Configs:
- have a _id
- have userID
- have array with tags
- have name
- have config as or something else