Skip to content

My personal website. Written as a Flask app, currently hosted statically with GitHub Pages.

Notifications You must be signed in to change notification settings

richzli/richz.li

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dependencies

  • flask
  • python-dotenv
  • Flask-PyMongo
  • markdown2

run

run with --host=0.0.0.0 for local network testing

windows

> mongod --dbpath .\data\db
> venv\Scripts\activate
> flask run

linux

$ mongod --dbpath ./data/db
$ source ./venv/bin/activate
$ flask run

About

My personal website. Written as a Flask app, currently hosted statically with GitHub Pages.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published