Skip to content

AlanLiu96/sumwu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

personal site/project playground

To run locally:

  1. Start the virtual environment: source venv/bin/activate
  2. Start the server: python hello.py
  3. Check it out in a browser at: http://127.0.0.1:5000/

Pushing to production:

  1. After pushing the latest version to github, push it to heroku: git push heroku master
  2. Visit the site at: https://sumwu.me/

To do:

  • Look into utilizing Flask-Cache in blog
  • If people actually start using it, spin off Yale IMs as a separate repo

Notes:

  • 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'))

About

personal site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors