Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 392 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 392 Bytes

Team-5

Here's the link to our website : https://mentalhealth-76gy.onrender.com/

How To Run

  • Clone the repo
  • To start Frontend
    • Go to the frontend directory (cd frontend)
    • npm install
    • npm run dev
  • To start Backend
    • Go to the backend directory (cd backend)
    • npm install
    • go to .env_sample do as it is said there then rename it to .env
    • node index.js