Database Schema
User
{
"id": 0,
"fullname": "",
"bio": "",
"email": "",
"password": "",
"phone": "",
"address": "",
"dateofbirth": "",
"sex": "",
"occupation": "",
"workplace": "",
"organization": "",
"class": "",
"role": "",
"created_at": "",
"updated_at": ""
}
Category
{
"id": 0,
"name": "",
"image_url": "",
"class": "",
"created_at": "",
"updated_at": ""
}
Class
{
"id": 0,
"name": "",
"categories": "",
"address": "",
"description": "",
"total_donation": "",
"status": "",
"image_url": "",
"duration": "",
"user": ""
"created_at": "",
"updated_at": ""
}