Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-21T10:04:05.000Z (7 months ago)
- Last Synced: 2024-11-14T11:09:37.715Z (2 months 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.txt3. 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
![home page](ss/Screenshot%202024-05-11%20182648.png)
LOGIN SIGNUP PAGE
![mian page](ss/Screenshot%202024-05-11%20182724.png)
MAIN PAGE
![feed page](ss/Screenshot%202024-05-11%20182824.png)
CONTACT PAGE
![Contact page](ss/Screenshot%202024-05-11%20182903.png)