Schedulr is a platform that connects users with various service providers. Users can book appointments, view service details, and manage their bookings. Service providers can list their services and manage bookings.
- React
- Aphrodite
- Node.js
- Express
- MongoDB
- Mongoose
- JWT
git clone git@github.com:Celse13/Online-Appointment-Booking-System.git
cd frontend
npm install
npm start
cd backend
npm install
create .env file
PORT=5000
MONGODB_URI=your_mongodb_connection_string
JWT_SECRET=your_jwt_secret
npm start
Open http://localhost:8564 in your browser and test the functionality to ensure that the frontend and backend are communicating properly.
- Client and business registration and authentication
- Creation and management of services by businesses
- Booking and management of appointments by clients
Licensed under MIT License