Skip to content

aaarafat/ketofan-fe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ₯ Ketofan

GitHub contributors GitHub issues GitHub forks GitHub stars GitHub license

Table of Contents

About The Project

Ketofan is a digital healthcare booking platform. We aim to automate physician, clinic and hospital bookings making healthcare easily accessible.Patients are able to search, compare, and book the best doctors in just 1 minute. Doctors also provide Patients with seamless healthcare experiences.

Built With

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Installation

  1. Clone the repo
git clone https://github.com/D4rk1n/ketofan-fe.git
  1. Install dependencies (it will create the database automatically)
npm install

Environmental Variables

For developers, you can directly use our .env.development or modify it if you like.

For production, you need to make your own .env.production with the following structure.

VITE_ROOT_API="http://localhost:3004"
  • VITE_ROOT_API: API url

Running

  1. Running on development
npm run dev
  1. Running mock
npm run mock
  1. Running with BackEnd
npm run back
  1. Running on production

Upon creating .env.production like in Environmental Variables section. run this script:

npm run build
npm start

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b AmazingFeature-Feat)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin AmazingFeature-Feat)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Screenshots

image

image

image

image

image

File Structure

β”œβ”€β”€ src
β”‚Β Β  β”œβ”€β”€ App.vue
β”‚Β Β  β”œβ”€β”€ assets
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ img
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ about-us
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ lido.jpg
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ pablo.jpg
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── veryh.jpeg
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ headerbg.png
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ homebg.jpg
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── moh.png
β”‚Β Β  β”‚Β Β  └── logo.png
β”‚Β Β  β”œβ”€β”€ common
β”‚Β Β  β”‚Β Β  └── components
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ Footer.vue
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ Header.vue
β”‚Β Β  β”‚Β Β      └── Navbar.vue
β”‚Β Β  β”œβ”€β”€ layouts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ AdminLayout.vue
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ DefaultLayout.vue
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ DoctorLayout.vue
β”‚Β Β  β”‚Β Β  └── HeaderLayout.vue
β”‚Β Β  β”œβ”€β”€ main.js
β”‚Β Β  β”œβ”€β”€ modules
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ About
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ AboutSideBar.vue
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ AboutUs.vue
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ LifeAtKetofan.vue
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── OurTeam.vue
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ AdminPanel
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ AdminNavbar.vue
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ DoctorRequest.vue
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ DoctorsRequests.vue
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Feedback.vue
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── Feedbacks.vue
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Appointments
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── Appointment.vue
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ChangeProfile
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── FormGroup.vue
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ContactUs
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ContactForm.vue
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ FormGroup.vue
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── Info.vue
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ DoctorPanel
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ DoctorAppointment.vue
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ DoctorAppointments.vue
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ DoctorNavbar.vue
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ DoctorWorkingDay.vue
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── DoctorWorkingHours.vue
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ DoctorRequest
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ DoctorForm.vue
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ DropDown.vue
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ FormGroup.vue
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── UploadPhoto.vue
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Header
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ HeaderSearchBar.vue
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ HeaderSearchInputTab.vue
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── HeaderSearchTab.vue
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Home
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ChooseFrom.vue
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ChooseTopSpecialties.vue
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── HomeHeader.vue
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Navbar
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ListItem.vue
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── Menu.vue
β”‚Β Β  β”‚Β Β  └── Search
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ BookingCloumn.vue
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ BookingTable.vue
β”‚Β Β  β”‚Β Β      └── SearchResult.vue
β”‚Β Β  β”œβ”€β”€ outside.js
β”‚Β Β  β”œβ”€β”€ plugins
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ loading
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ css
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── index.css
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ index.js
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ loaders
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ bars.vue
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ dots.vue
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ index.js
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── spinner.vue
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── main
β”‚Β Β  β”‚Β Β  β”‚Β Β      └── Component.vue
β”‚Β Β  β”‚Β Β  └── storePlugins.js
β”‚Β Β  β”œβ”€β”€ routes
β”‚Β Β  β”‚Β Β  └── index.js
β”‚Β Β  β”œβ”€β”€ sass
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ abstracts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _mixins.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── _variables.scss
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ base
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _fonts.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _global.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _reset.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── _typography.scss
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ components
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── _booking-table.scss
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ layouts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _admin-nav.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _doctor-nav.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _footer.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _header.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _home-header.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _layouts.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── _navigation.scss
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ main.scss
β”‚Β Β  β”‚Β Β  └── views
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ about.scss
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ admin-feedbacks.scss
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ admin-requests.scss
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ appointments.scss
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ confirm-booking.scss
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ contact-us.scss
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ doctor-appointments.scss
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ doctor-request.scss
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ doctor-workhours.scss
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ home.scss
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ login.scss
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ profile.scss
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ search-by.scss
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ search.scss
β”‚Β Β  β”‚Β Β      └── signup.scss
β”‚Β Β  β”œβ”€β”€ services
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ api.js
β”‚Β Β  β”‚Β Β  └── auth.js
β”‚Β Β  β”œβ”€β”€ static
β”‚Β Β  β”‚Β Β  └── db.json
β”‚Β Β  β”œβ”€β”€ store
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ index.js
β”‚Β Β  β”‚Β Β  └── modules
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ auth.js
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ cities.js
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ doctorRequests.js
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ feedbacks.js
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ insurances.js
β”‚Β Β  β”‚Β Β      └── specialties.js
β”‚Β Β  └── views
β”‚Β Β      β”œβ”€β”€ About.vue
β”‚Β Β      β”œβ”€β”€ Appointments.vue
β”‚Β Β      β”œβ”€β”€ ChangeProfile.vue
β”‚Β Β      β”œβ”€β”€ ConfirmBooking.vue
β”‚Β Β      β”œβ”€β”€ ContactUs.vue
β”‚Β Β      β”œβ”€β”€ DoctorRequest.vue
β”‚Β Β      β”œβ”€β”€ Home.vue
β”‚Β Β      β”œβ”€β”€ Login.vue
β”‚Β Β      β”œβ”€β”€ NotFound.vue
β”‚Β Β      β”œβ”€β”€ Search.vue
β”‚Β Β      β”œβ”€β”€ SearchBy.vue
β”‚Β Β      └── Signup.vue
└── vite.config.js

Contributers


Abdelrahman Tarek


Abdelrahman Arafat


Hassan Mohamed


Ahmed Walid

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •