denizsivas / BusyBeaver

a lightweight personal assistance tool built on Flask framework
0 stars 0 forks source link
flask-application personal-assistant python reminder

Busy Beaver

BusyBadger.png

What is it?

A lightweight personal assistance tool built on Flask framework.

It tracks your,

How to start?

  1. Create the databases with below commands
python
from app import app, db
app.app_context().push() 
db.create_all() 
  1. Create your .env

The content for your dot env should be the following:

  1. Upload your files to a server
  2. app.py is your main app so make sure it runs first with your setup
  3. Have fun using your assistant