Skip to content

cherryt/van_public_art

Repository files navigation

Van Public Art

This is a project which utilizes the data catalogue of artwork found in public areas in the city of Vancouver. Artwork can be displayed by artists or neighbourhood, and can be filtered by keywords.

Running the Project

Create and activate the virtual environment:

$ virtualenv venv
$ source venv/script/activate

Install Python dependencies:

$ pip install -r requirements.txt

Navigate to '/static' and install JavaScript dependencies:

cd van_public_art/static
npm install

Environment variables for database connection should be set in the .env file. Once this is done, navigate back to the root and run the project:

$ python run.py

Running Tests

Test environment variables can be set in pytest.ini. Install testing dependencies and run all tests:

$ pip install -r test-requirements.txt

$ pytest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors