The backend for this project is available here:
👉 PeopleHub-Backend (Node.js)
Follow these steps to set up the project locally on your machine:
- Node.js (v16 or higher recommended)
- Angular CLI (v16+)
- Git
# 1. Clone the repository
git clone https://github.com/abhisek247767/PeopleHub-Frontend.git
cd PeopleHub-Frontend
# 2. Install dependencies
npm install
# 3. Run the development server
ng serve
# 4. Open in browser
http://localhost:4200/
congratulations you have done the frontennd set up .
Now go to backend repo for set up backend repository PeopleHub-Backend (Node.js)