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