Skip to content

Latest commit

 

History

History
58 lines (33 loc) · 1.42 KB

README.md

File metadata and controls

58 lines (33 loc) · 1.42 KB

RPPOOP_Project

College Social Network

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.

Features

  • 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.

Installation

  1. Clone the repository:

    git clone "https://github.com/kaleharshavardhan07/COEP_CONNECT-RPPOOP_Project.git"
    
    
  2. Install Requirements.txt

     pip install -r requirements.txt
    
    
  3. Set up MongoDB: Install MongoDB on your system. Start MongoDB server. Ensure MongoDB URI is correctly configured in the Flask application (app.py).

  4. RUN FILE

    python app.py
    

My Project

HOME PAGE

home page

LOGIN SIGNUP PAGE

mian page

MAIN PAGE

feed page

CONTACT PAGE

Contact page