Website design idea, overview and documentation - (checkpoint 1)
Directory structure:
To set up the app,
- set up virtual env, install libraries shown in requirements.txt
- activate virtual env
- go to app/ directory, and in shell, type:
- "make run_local" to run the flask app in localhost only,
- "make run_public" to run the flask app with a public link,
- "make test" to run tests and generate html coverage report in coverage_report directory