Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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

![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)