Please enable JavaScript.
Coggle requires JavaScript to display documents.
Mini, Backend - Coggle Diagram
Mini
Features
Lost/Found
FOUND
Posting
contact details
details of item
user id
place where you found
Claiming
user id
contact details
LOST
user id
What I lost
contact details
Canteen
Buyer
Orders
delivery status
item
Date and time of purchase
amount paid
order id
list of all items available
amount
description
Cart
items in cart
total price
payment method
gateway
Seller
Orders
delivery status
order id
student id
Item Avilability
item description
availability status
Balance Sheet
Login/Logout
Logout
SignUp
Login
Notifications
Post Notifications
image
user id
content of the post
view notifications
Backend
Models
user
orders
phone number
password
UniqueID
user id
name
emailid
join date
role
lost/found items
image
query id
user id
lost / found status
item description
place found/lost
claim status
claimed user id
date
food items
time to deliver
price
item id
item description
item name
stock
food orders
user id
item id
price
delivery status
books rent
books
notification
user id
notification description
time of post
Routes
Notification
post notification
get notifications
Authentication
sign in
sign out
Orders
create order
get orders
get by orderid
get orders list
delete order
Food Items
Post item
delete item
update item
get all items
get item by id
Lost Found
get query by id
post query
delete query
get all queries
claim
update query
userss
update user
get user orders
get userby id
Controller