Skip to content

My OOP Semester Project- Artist Graph. Pulls data from MongoDB and Discogs API to generate graph with artist nodes and collaborators. Implements design patterns such as Adapter, Bridge, and Decorator.

liezlbl/artistgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Required Libraries

See requirements.txt for the list of all python libraries used for the implementation and execution of this project.

$ pip3 install -r requirements.txt

Execute

$ python3 -m flask run

Architecture

  • Project is implemented as a 3-tier application
    • gui directory contains the interface layer
    • applayer directory contains the logical layer for all interactions
    • datalayer directory contains the code for interfacing with data sources

architecture

About

My OOP Semester Project- Artist Graph. Pulls data from MongoDB and Discogs API to generate graph with artist nodes and collaborators. Implements design patterns such as Adapter, Bridge, and Decorator.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published