planning started
This commit is contained in:
parent
a566f4ac85
commit
5f9cab55cd
19
backend/README.md
Normal file
19
backend/README.md
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user