Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 2.25 KB

README.md

File metadata and controls

46 lines (32 loc) · 2.25 KB

Care for You

Frontend

  • Used Reactjs to create the frontend of the web application.
  • Material UI and tailwind css for making the UI look attractive.
  • Used Redux to manage React store.

Backend

  • Used Nodejs in the backend and express js for creating the APIs.
  • Used bcrypt for encrypting the user's passwords.
  • Used JWT token for user's authorization.
  • MongoDB as a potential database for storing user and admin-generated data.

Login

Login

Register

Register

User's Dashboard

user dashboard

User's Reviews

user reviews

Add Review Page

add review

Admin's Dashboard

admin dashboard

Edit Ward Page for Admin

Edit Ward

Add Ward Page for Admin

add ward

Database Collection

database collection

User's Collection

users collections

Ward's Collection

wards collections