Get CollectHub on your device today!
Direct Link: CollectHub on Amazon Appstore
CollectHub is built with a modern and robust tech stack:
- Frontend (Mobile App):
- 💙 Flutter
- Backend (APIs):
- 🟣 Fiber (Go Lang)
- 💚 .NET Core Web API
- Database:
- 🍃 MongoDB
Follow these steps to get CollectHub up and running on your local machine for development and testing.
Before you begin, ensure you have the following installed:
- Flutter SDK: Installation Guide
- Git: Installation Guide
- A text editor or IDE: (e.g., VS Code, Android Studio with Flutter plugin)
-
Clone the repository:
git clone https://github.com/kashyapprajapat/Collecthub_APP.git
-
Navigate to the project directory:
cd Collecthub_APP
-
Install dependencies: Fetch all the necessary Dart packages for the Flutter app.
flutter pub get
-
Connect a device or start an emulator: Ensure you have an Android emulator, iOS simulator, or a physical device connected and recognized by Flutter. You can check available devices with:
flutter devices
-
Run the application: Execute the following command to run the app on your connected device or emulator.
flutter run
The app should now be running on your chosen device! 🎉
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the project.
- Create your feature branch (
git checkout -b feature/AmazingFeature
). - Commit your changes (
git commit -m 'Add some AmazingFeature'
). - Push to the branch (
git push origin feature/AmazingFeature
). - Open a Pull Request.
If you found this project helpful, please give it a star! Your support motivates me to continue improving it. 🌟
Made with ❤️ by Kashyap Prajapat ☕👨🏻💻🧋