It’s a web application based on flask framework(including Celery and Redis for background Functions) which helps you in reminding your bill’s payment by sending you an email before its due date to avoid extra fee. Website Link
What a user can do: 1.First the user have to register. 2.After registration process user can add bill reminde









Contributors names and contact info :
Punerva Singh(Frontend Development)
@Linkedin
@Github
Nayan Raina Kaul(Database Management)
@Linkedin
@Github
Aakansha Kumari(Frontend Development)
@Linkedin
@Github
Apoorva Verma(Backend Development)
@Linkedin
@Github
@Resume
Take These Steps to configure the Project :
git clone https://github.com/apoorva-01/Bills-Reminder-Using-Flask-and-Celery
python -m virtualenv venv
venv\Scripts\activate.bat
pip install -r requirements.txt
Configure Email id and Password in config.json File
Run Redis Server at 6379 port
celery -A app.celery worker -l info -P eventlet
python bills.py
pip install itsdangerous==2.0.1
pip install mysqlclient

