Project Code : faded-drink-3245
- Deployed Backend = https://backendbcs-hgmz.vercel.app/
- Deployed Website = https://frontendbcs.vercel.app/
🏷️ What is Better Call Saul?
- Better Call Saul is an online web services for users and lawyers for formal connects.
- An Orignal Web Project for Legal Booking Appointment System.
- We provide appointment facalities for with 1,000+ Professional Advocates around the World.
- Appointment Booking of a Lawyer by User.
- Reminder through Email.
- OTP password regenerate service.
- Google Authentication.
- Admin Authorization & CRUD Operations.
HTML | CSS | JavaScript | React |
---|---|---|---|
Node.js | Express.js | MongoDB |
---|---|---|
- JWT (JsonWebToken)
- Bcrypt
- NodeMailer
POST /user/signup
POST /user/login
POST /user/verifyOTP
PATCH /user/forgotpassword
GET /user/getaUserDataByEmail
GET /user/addAppointment
POST /lawyer/login
PATCH /lawyer/forgotpassword
GET /lawyer/getaUserDataByEmail
GET /lawyer/deleteAppointment
// Admin
GET /admin/getAllAdmins
GET /admin/getAdmin/:id
POST /admin/addAdmin
// Lawyer
GET /admin/getAllLawyers
GET /admin/getLawyer/:id
POST /admin/addLawyer
DELETE /admin/deleteLawyer/:id
POST /admin/postAllLawyers
// User
GET /admin/getAllUsers
GET /admin/getUser/:id
DELETE /admin/deleteUser/:id
- Type : Individual Project
- Duration of Project - 6 Days