RaumMate is a web application that connects individuals looking for shared accommodations with property owners. The platform streamlines the process of finding shared living spaces and compatible roommates.
- Frontend: Angular
- Backend: Node.js/Express
- Database: MongoDB
/frontend- Angular application/backend- Node.js/Express API/docs- Project documentation
- Clone the repository
- Install dependencies (see below)
- Configure environment variables
- Run development servers
cd frontend
npm install
ng servecd backend
npm install
npm run dev- Hunain Murtaza (Team Lead)
- Ahmed Abdelhay
- Salem, Ahmed Gamal Attia Mansour
- Follow Angular best practices
- Use RESTful API design principles
- Write tests for all components
- Maintain documentation