Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 881 Bytes

README.md

File metadata and controls

52 lines (33 loc) · 881 Bytes

Art Gallery

Overview

An online web application that allows user to perform certain operations on the art gallery database.

Prerequisites

softwares

Run the app

  • Go to the drive of source code. i.e the path that has both src and venv folders

  • set up the virtual environment using the command

    venv\Scripts\activate
  • set the environment for flask app

    $env:FLASK_APP = "app"
  • navigate to the src folder

    cd .\src\
    
  • Run the app

    flask run