Create modular application structure
Closed this issue · 0 comments
lildonpancho commented
Description
Break the application out into logical modules to make the application more consistent and scalable.
Acceptance Criteria
- Logical module for each piece of functionality (login, ticker, etc.)
- Classes for functionality to be imported into the views file.
- Use Blueprints to implement App Factory.