https://github.com/kaleharshavardhan07/coep_connect-rppoop_project
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.
https://github.com/kaleharshavardhan07/coep_connect-rppoop_project
css flask flaskapp html js mongodb python
Last synced: 5 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/kaleharshavardhan07/coep_connect-rppoop_project
- Owner: kaleharshavardhan07
- License: apache-2.0
- Created: 2024-01-31T11:46:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T10:04:05.000Z (about 2 years ago)
- Last Synced: 2025-01-14T04:09:20.429Z (over 1 year ago)
- Topics: css, flask, flaskapp, html, js, mongodb, python
- Language: HTML
- Homepage:
- Size: 52.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```bash
git clone "https://github.com/kaleharshavardhan07/COEP_CONNECT-RPPOOP_Project.git"
2. Install Requirements.txt
```bash
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
```bash
python app.py
# My Project
HOME PAGE

LOGIN SIGNUP PAGE

MAIN PAGE

CONTACT PAGE
