A booking app for Sreevaidyanatham Ayurveda Hospital.
JSON Endpoint for future reference :
{
bookings : {
no_of_bookings : {
total_of_bookings : int
},
uid_of_the_user (1) :{
booking_no : [___,___,.........],
name : _________ ,
date : [___,___,.........]
doctor : [___,___,.........]
time : [___,___,.........]
record_id : _______ ,
},
.
.
.
.
.
.
uid_of_the_user (n) :{
booking_no : [___,___,.........],
name : _________ ,
date : [___,___,.........],
doctor : [___,___,.........]
time : [___,___,.........] ,
record_id : _______ ,
}
}
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.