Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/usd-cs/comp-491-24-25-eversun-intro-project
https://github.com/usd-cs/comp-491-24-25-eversun-intro-project
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/usd-cs/comp-491-24-25-eversun-intro-project
- Owner: usd-cs
- Created: 2024-10-31T22:05:59.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T00:27:04.000Z (about 2 months ago)
- Last Synced: 2024-11-20T01:23:48.271Z (about 2 months ago)
- Language: Dart
- Size: 408 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chitchat App
## Credits
John Phillips, Nikhil Niranjan, Kimil Thomas, Kobe Deutscher
## What is this
Chitchat is a simple social app allowing text posts and comments from different users targeting iOS and Android.
## How to Use
### Server Side
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.
### Client Side
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