its a full stack mental health website which include features like login logout and book appointment with doctor and also free readable resources for learn
to start project
navigate to project repo
run npm i to install node module
start backend server using nodemon index.js
then navigate to client dir
npm i for install node moduls
and to start vite app run npm run dev