News mobile application made in 24 hours for YorkU Hacks 2018
/py/
holds python codebase for maintaining web scraping and database updating
/server/
holds node.js express codebase for serving more advanced data in the future
/summnews/
holds the frontend Flutter codebase for the app
Firebase is the database of choice
Install Flutter
Clone the repo and move into Flutter workspace
git clone https://github.com/AdamZed/SummNews && cd summnews/summnews
Install flutter dependencies
flutter packages get
Connect an Android or iOS device/emulator, then run the application with
flutter run