planning started

This commit is contained in:
Mechseroms 2025-10-30 09:12:08 -05:00
parent a566f4ac85
commit 5f9cab55cd
2 changed files with 19 additions and 0 deletions

19
backend/README.md Normal file
View File

@ -0,0 +1,19 @@
all database files and backend code/api will be accessed in these files
The idea is that the api is set up in such a way that you can have only the backend run on the server or
the webapp can also be ran.
most cases both will be ran
### Databases
USERS: this database will store profile info associated with users
- user_uuid
- username
- password
- type (later integration with SSOs)
- profile picture
- flags (later integration for basic settings flags)
CHARACTERS: this table will store basic character data but also link the characters to the user_id

0
main.py Normal file
View File