/Legal-Assist

Legal Assist - Legal Appointment Booking System. This is a appointment booking system which is designed specifically for booking appointments with lawyers. It was a collaborative project built in a span of 5 days.

Primary LanguageHTML

LegalAssist

This is a appointment booking system which is designed specifically for booking appointments with lawyers. It offers a streamlined process for clients to find and book appointments with legal professionals, ensuring that they have access to the legal advice and representation they need.

Tech Stacks

  • HTML
  • CSS
  • JavaScript
  • MongoDB
  • NodeJS
  • ExpressJS
  • Mongoose

Routes Details

  1. "/" => will give welcome note

  2. "/users/register" => use it to register a user

  3. "/users/login" => use it to login a user

  4. "/all" => (only for Admin Purpose, Admin Authentication Required) use it to get all users data

  5. "/lawyer/register" => use it to register a lawyer

  6. "/lawyer/login" => use it to login a lawyer

  7. "/lawyer/add" => (only for Lawyer Purpose, Lawyer Authentication Required) use it to add Slots

  8. "/admin/register" => use it to register as an Admin

  9. "/admin/login" => use it to login as an Admin

Authentication Required (in below routes) (for Users, Lawyers, Admins)

  1. "/avail/" => use this to get all Lawyers data

  2. "/avail/type/:type" => use this to get Lawyers list by their type

  3. "/avail/name/:name" => use this to get Lawyers list by their name

  4. "/avail/slots/:lawyerID" => use this to get all available slots of a particular lawyer by It's ID

  5. "/avail/lawyerBookings/:lawyerID" use this to get list of all booked slots by lawyerID (only for lawyers)

  6. "/avail/userBookings/:userID" use this to get list of all booked slots by userID(only for users)

  7. "/book/" => (only for users) to book slots by providing (lawyerID, userID, slotID) in body

  8. "/book/allBookings" (only for Admin purpose) use this to get list of bookings

Images

  • HOMEPAGE homepageSmall

homepage

  • LAWYERS LIST Lawyers List

  • SIGNUP PAGE FOR LAWYERS Signup page Lawyer

  • SIGNUP PAGE FOR USERS Signup page

  • SLOT BOOKING PAGE FOR LAWYERS Slot booking

  • BOOKINGS PAGE Bookings

  • ADMIN PAGE Admin Panel