Skip to content

autotech2509/flask-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run this project

  1. Install all dependencies:

    pip install -r requirements.txt

    • I encourage you install all dependencies in virtual environments.
  2. Run server:

    • First, you need set two variable environments, in linux os, type:

    export FLASK_APP=run_dev_app.py

    export FLASK_ENV=development

    • Then, make sure you have MongoDB running at mongodb://localhost:27017 or you must config at DevConfig class at url-tracking/core/settings.py

    • Next, run app:

    flask run

Docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages