Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 664 Bytes

File metadata and controls

12 lines (8 loc) · 664 Bytes

Weather based recommendation system

This project contains server-side written with python and client-side written in flutter.

Installation guide

  1. clone the repository, in the folder there is virtual environment which contains server-side files, and the folder weather_app contains the files for client-side (Flutter App).
  2. need to activate the virtual environment.
  3. in the active "venv" directory in the terminal run this command "python3 app.py" to run the Flask App.
  4. run the flutter app without debugging in chrome by opening the main.dart file.

now both the flask app and the flutter app are running now can proceed with testing the project.