Skip to content

no13bus/baymax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

baymax

Build your personal life database, including of internet, taxi, sports and health data analysis.

中文文档

Let's start

  • pip install -r requirements.txt
  • Modify the config file, such as celery, MySQL configuration, APP callback address and apps' client_id.
  • python manage.py initdb
  • python manage.py insert
  • python manage.py run

Deployment

  • nginx+gunicorn+supervisor

Which app we support now

Which app we will support

Mechanism

  • Users first use GitHub account to sign in, after we get the authentication for the apps, the backend will to grab the app life data every day.
  • And then baymax will display the life data, including of walking, running, surfing the net time distribution, GitHub code submitted times and statistics.

The tech we use

  • Flask
  • sqlalchemy
  • Bootstrap
  • celery
  • redis

change log

version 0.1

  • update the framework version. Flask2.x Python3.x

Screen

1 2 3 4 5 6 7