Companion App is a mobile application built using Flutter, Node.js, and Supabase. It allows students to easily organize and share digital documents among a community of people. Students can rate the quality of digital documents shared and have all their notes present under one application.
- Upload and share digital documents (pdf)
- Personal notes management
- Secure login and authentication
- Community Chat
- Flutter [Front-end]
- Node.js (Express) [Backend]
- Supabase [User database]
- MongoDB [Files database]
- AMAZON S3 [File objects]
- Google Firebase [Real-time messaging]
To run the app, follow these steps:
- Clone the repository:
git clone https://github.com/tanishq5414/Companion.git
- Install dependencies for the frontend and backend by running the following commands in separate terminal windows:
flutter pub get
- Create a Firebase project and enable Supabase database and Authentication.
- Add your Firebase project's
google-services.json
file to the/android/app
directory. - Run the app on a device or emulator by running
flutter run
. - The endpoints are relevant to the backend of this application which will is available at https://github.com/kaamilmirza/notesapp-backend (also open-source)
To use the app, create an account and log in. You can then upload and share digital documents, rate and provide feedback on documents shared by others, and manage your personal notes. You can also communicate with other students using the community chat feature.
The figma design file of this app is available at https://www.figma.com/file/E2kq9JcsduEksaxnZx1OKE/Companion-(Design-Prototypes)?type=design&node-id=0%3A1&t=HzbU5JQ2nCQCbxyP-1
Contributions to Companion App are welcome and encouraged! To contribute, follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b my-new-feature
. - Make changes and commit them:
git commit -am 'Add some feature'
. - Push to the branch:
git push origin my-new-feature
. - Submit a pull request.
Companion App is licensed under the MIT License. See the LICENSE
file for more information.
Download the app on the Play Store: https://play.google.com/store/apps/details?id=com.lightheads.companion.app
Kindly contact us regarding any queries or assitance regarding contributing to this repository.
Kaamil [email protected] https://www.linkedin.com/in/kaamil-mirza/
Tanishq [email protected] https://www.linkedin.com/in/kaamil-mirza/
Thank you!