Skip to content

COSC381-2022Winter/githubflow-practice-nidhibpatel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movies Website for COSC381

Steps for starting the website (development mode)

Steps:

  1. Create a virtual environment in the root directory: python3 -m venv venv
  2. Activate the virtual environment: source venv/bin/activate
  3. Install dependencies: python3 -m pip install -r requirements.txt
  4. Set up environment variables for the flask app: source env-var.sh
  5. Initialize the database: flask init-dbAfter the database is initialized the database file is at instance/flaskr.sqlite
  6. Start the website: flask run
  7. http://127.0.0.1:5000/movies/
  8. To stop the app you can hit ctrl + c
  9. If the virtual envirnment is no longer needed, it can be deativated by entering deactivate
  10. Reviewer said 'Good Work'

About

githubflow-practice-nidhibpatel created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published