Skip to content

william-fecteau/LiveCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project title pending (AreYouGreen2)

Project setup

To set up the project, you must have Python 3 or higher installed, as well as pip if it was not included in your install.

  1. Install poetry
py -m pip install poetry
  1. Run poetry on the project
py -m poetry install
  1. Be sure to have a .env file containing the following
FLASK_ENV=development
SECRET_KEY=something that is the secret key

Forgetting to add these files may lead to an unstable project.

This should install all required dependencies for the project, to run it, just enter flask run

Adding dependencies

If you wish to add a dependency, be sure to add them using poetry so this updates the .tomnl and .lock file.

py -m poetry add (module-name-here)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published