- Start the virtual environment: source venv/bin/activate
- Start the server: python hello.py
- Check it out in a browser at: http://127.0.0.1:5000/
- Yale IMs site located at: http://127.0.0.1:5000/yaleims
- #CapitalOne Instagram project located at: http://127.0.0.1:5000/capitalone
- Blog at: http://127.0.0.1:5000/blog
- After pushing the latest version to github, push it to heroku: git push heroku master
- Visit the site at: https://sumwu.me/
- Yale IMs site at: https://sumwu.me/yaleims
- #CapitalOne Instagram project at https://sumwu.me/capitalone
- Blog at: https://sumwu.me/blog
- Look into utilizing Flask-Cache in blog
- If people actually start using it, spin off Yale IMs as a separate repo
- No real users, just a session code check
- Local database info: basedir = os.path.abspath(os.path.dirname(file)) print('sqlite:///' + os.path.join(basedir, 'app.db'))