This project contains server-side written with python and client-side written in flutter.
- 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).
- need to activate the virtual environment.
- in the active "venv" directory in the terminal run this command "python3 app.py" to run the Flask App.
- 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.