
🪥 A modern dental care application interface built with Vue.js and BootstrapVue Next.
Explore the docs (!WIP!) »
View Demo (!WIP!)
·
Report Bug
·
Request Feature
Table of Contents
Attention ⚠️ It won't work without additional configuration and an API, unless you use this one i made specifically for Flossophy if you want to test everything.
Flossophy User Interface is the frontend of a modern dental care application. It allows patients to:
- Register / Login.
- Map view of available dental clinics in your area.
- Reactive view of appointments
- Meaning the calendar displays changes to appointments in real-time.
- Book and cancel appointments
- When appointments are booked or cancelled an email is sent to both the patient and the dentist assosciated.
The UI is built with Vue.js 3 and BootstrapVue Next, ensuring a smooth and responsive user experience.
Follow these instructions to set up the Flossophy User Interface locally.
- Clone the repo:
git clone https://github.com/lat0s/FlossophyUI.git
- Navigate to the project directory:
cd app
- Install dependencies:
npm install
- Make sure in
vite.config.ts
points to the correct location of the API!!! If nothing goes wrong, and you were to use this it should seamlessly work. - Run the development server:
npm run dev
- Open the application:
http://localhost:5173