Just the simple frontend (SPA) with some NodeJS backend, coded by me and ChatGPT.
Find a file
2025-01-30 17:57:03 +01:00
db.sqlite3 User creation 2025-01-29 23:49:28 +01:00
Dockerfile User creation 2025-01-29 23:49:28 +01:00
main.html Brought back Featzres plus download 2025-01-30 17:57:03 +01:00
main_node.js Brought back Featzres plus download 2025-01-30 17:57:03 +01:00
ReadMe.md Update ReadMe.md 2025-01-27 17:07:18 +01:00

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