-
Frontend:
-
Backend
- express
- socket.io
-
Database
- MYSQL
-
Runtime JavaScript
- Bunjs: This project was created using
bun init
in bun v1.0.36. Bun is a fast all-in-one JavaScript runtime.
- Bunjs: This project was created using
- Authentification
- CRUD
- Agenda
- Realtime Conversation
- JavaScript Runtime Bun
- git
- Mysql server (wampp, xampp, lampp, ...)
git clone https://github.com/HAnthony007/DentistAppointment.git
cd client
bun install
cd ../socket
bun install
cd ../server
bun install
Import the Database
.APPOINTMENT_DataBase.sql
# Run the client, express, socket.io server
# And restart the mysql server
cd ./server
bun run dev
RAKOTOARMINANA Harifetra Anthony