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

https://github.com/rithik-dev/unspammify

flask app with sqlite3 support using flask_sqlalchemy app also handles user/admin login / logout using session from flask
https://github.com/rithik-dev/unspammify

Last synced: 6 months ago
JSON representation

flask app with sqlite3 support using flask_sqlalchemy app also handles user/admin login / logout using session from flask

Awesome Lists containing this project

README

          

# Unspammify

Unspammify is a web application built using flask in python to prevent spam from different clubs/societies about new events in the respective groups by every representative.

The application uses sqlite3 (SQL Alchemy) for the database.

### The platform allows students to login or sign up
![login](https://user-images.githubusercontent.com/56810766/100550459-0251bf00-32a0-11eb-8cfd-52a6b76f33a4.png)
![register](https://user-images.githubusercontent.com/56810766/100550461-041b8280-32a0-11eb-867d-47b72c927225.png)

#### The platform provides a platform for students to log in and view all the events.
![all_events](https://user-images.githubusercontent.com/56810766/100550445-f2d27600-329f-11eb-9dcb-0f1dd8193030.png)

#### The book icon when clicked shows the full description of the event.
![description](https://user-images.githubusercontent.com/56810766/100550458-0087fb80-32a0-11eb-8da4-246b48418fe6.png)

#### Students can mark events as a favorite and will be sent reminders before the events if they do so. The events marked as interesting show on the user's profile and can be removed with just a click.
![interested](https://user-images.githubusercontent.com/56810766/100550465-067ddc80-32a0-11eb-9a87-43c6196d3a81.png)

#### The respective club admins can again login and add events, edit events, cancel an event, or send a reminder to all the students who are interested.
![admin](https://user-images.githubusercontent.com/56810766/100550451-f6fe9380-329f-11eb-912d-da453279184e.png)
![add_event](https://user-images.githubusercontent.com/56810766/100550453-f8c85700-329f-11eb-9651-483f78d78724.png)