An independent backend server needs to be designed and setup.
This includes the database that will contain
- User Account Information
- Event Schedule Details
- Announcements
- Logs
This includes endpoints for Users and for Exec
- Account actions (View, Create, Modify, Delete)
- Getting Database Objects
This also includes authorization protocols
- User Authentication / Session Tokens
- Endpoint Permissions
- Logs / Security Notifications
- Account Administrative Actions
For now we need to create an internal dev app for testing these features and safety protocols. This includes the creation and modification of all database objects.
An independent backend server needs to be designed and setup.
This includes the database that will contain
This includes endpoints for Users and for Exec
This also includes authorization protocols
For now we need to create an internal dev app for testing these features and safety protocols. This includes the creation and modification of all database objects.