Skip to content

margaretchan/Docket

Repository files navigation

Docket

A task management system that conveniently schedules and breaks down your assignments into bite-sized pieces.

"What's on the docket today?"

Flask Installation:

1. Start Virtual Environment:
  • For Mac:
    • $ python3 -m venv venv
    • $ . venv/bin/activate
  • For Windows:
    • use cmd terminal
    • $ py -3 -m venv venv
    • $ venv\Scripts\activate.bat
2. Install Flask (should be in venv)
  • $ pip install Flask
  • $ pip install -e .
  • For Mac:
    • $ export FLASK_APP=flaskr
    • $ export FLASK_ENV=development
  • For Windows:
      - $ set FLASK_APP=flaskr
    • $ set FLASK_ENV=development
3. To Run:
Install google calendar API:
  • make sure you have the credentials.json file Charu sent
  • run $pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib

About

A task management system that conveniently schedules and breaks down your assignments into bite-sized pieces. "What's on the docket today?"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors