College Social Network is a Flask-based web application for connecting students within a college community. It provides features like user authentication, creating and viewing posts, connecting with other users, creating and participating in polls, and more.
- User authentication: Sign up, login, and logout securely.
- Profile management: Create and edit user profiles.
- Posts: Create, view, and interact with posts shared by other users.
- Connections: Connect with other users and view your connections.
- Polls: Create and participate in polls on various topics.
- Notifications: Receive and view notifications for connection requests and other activities.
-
Clone the repository:
git clone "https://github.com/kaleharshavardhan07/COEP_CONNECT-RPPOOP_Project.git"
-
Install Requirements.txt
pip install -r requirements.txt
-
Set up MongoDB: Install MongoDB on your system. Start MongoDB server. Ensure MongoDB URI is correctly configured in the Flask application (app.py).
-
RUN FILE
python app.py
HOME PAGE
LOGIN SIGNUP PAGE
MAIN PAGE
CONTACT PAGE