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
- Host: GitHub
- URL: https://github.com/rithik-dev/unspammify
- Owner: rithik-dev
- Created: 2019-10-21T03:06:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T01:59:10.000Z (about 5 years ago)
- Last Synced: 2023-03-04T15:07:59.871Z (about 3 years ago)
- Language: Python
- Homepage:
- Size: 9.14 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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


#### The platform provides a platform for students to log in and view all the events.

#### The book icon when clicked shows the full description of the event.

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

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

