Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 600 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 600 Bytes

StudentHub Connect

StudentHub Connect offers a seamless student experience with features like an affordable textbook rental marketplace, easy hostel finding with virtual tours, interactive maps, community forums, timely notifications, a resource center, exclusive local business partnerships, and convenient mobile app access.

Run Locally

Clone the project

  git clone https://github.com/prajyu/studenthubconnect.git

Go to the project directory

  cd studenthubconnect

Install dependencies

  npm install

Start the server

  npm run dev