Skip to content

rithik-dev/Unspammify

Repository files navigation

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 register

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

all_events

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

description

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

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 add_event

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published