Peerdorm Social is a platform designed for college students to connect, collaborate, and share resources. It aims to create a cohesive community where students can find roommates, share study materials, and exchange ideas.
- Frontend: React, Redux, CSS
- Backend: Node.js, Express
- Database: MongoDB
- Authentication: JWT, OAuth
- User registration and login
- Profile management
- Create and join study groups
- Post and share resources
- Chat functionality
- Notification system
- Clone the repository:
git clone https://github.com/CyberCoder-IITM/Peerdorm-Social.git
- Navigate into the project directory:
cd Peerdorm-Social - Install the necessary dependencies:
npm install
- Set up the environment variables by creating a
.envfile based on the provided.env.examplefile. - Start the development server:
npm run start
We welcome contributions from the community. Feel free to open issues and submit pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.