Skip to content

AgroTechLab-IFSC/dash_webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running the project

Windows

  • Create the venv: python -m venv venv
  • Navegate to the scripts venv directory: cd venv/Scripts
  • ./activate
  • Install the dependencies: pip install -r requirements.txt
  • Install the dev dependencies: pip install -r requirements-dev.txt
  • Create the env variable: $env:FLASK_ENV = "development"
  • Run: flask run

Linux

  • Create the venv: python -m venv venv
  • Navegate to the scripts venv directory: cd venv/bin
  • ./activate
  • Install the dependencies: pip install -r requirements.txt
  • Install the dev dependencies: pip install -r requirements-dev.txt
  • Run: python run.py

Design Pattern

  • Factories that avoid circular imports

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages