- Install python3 on your system.
- Create a virtual environemnt using
python3 -m venv <env-path>. - Activate the virtual environment using
source <env-path>/bin/activate(unix). - Install the required libraries using
pip3 install -r requirements.txt. - Run
flask db migrate. - Run
flask db upgradeto create the db. - Run the command
flask run --cert=adhocwhich starts the server on port 5000 in debug mode.
-
Notifications
You must be signed in to change notification settings - Fork 0
benjaminudoh10/blog-python-flask
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
A medium-like blog site using Python and Flask with pure JS.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published