Skip to content

xenomech/DocSpot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sreevaidyanatham

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 : _______ , 
            }
        }

Getting Started with Flutter

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.

About

A cloud firestore based booking system !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages