Skip to content

TrieuBui1012/first-flask-blog-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How To Run

  1. Install virtualenv:
    $ pip install virtualenv
  2. Open a terminal in the project root directory and run:
    $ virtualenv .venv
  3. Then run the command:
    $ .\.venv\Scripts\activate
  4. Then install the dependencies:
    $ (.venv) pip install -r requirements.txt
  5. Finally start the web server:
    $ (.venv) python app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published