John Phillips, Nikhil Niranjan, Kimil Thomas, Kobe Deutscher
Chitchat is a simple social app allowing text posts and comments from different users targeting iOS and Android.
To run the server, clone this repository and navigate to chitchat_server. Once in the directory run docker compose up
to spin up the necessary server resources. By default, the API the app reaches out to is exposed on port 8080, however this can be configured in the docker-compose.yaml
file. Any changes need to be reflected in chitchat_app/lib/paths.dart
prior to building the apps.
To run the app, navigate to chitchat_app/lib/main.dart
and run the client by running the main function. In order for the app to work, the server side must be up and running before the app starts