Description
This project provides a full-stack solution with a Flutter mobile frontend, enabling you to build robust and interactive applications.
Getting Started
-
Prerequisites:
- For Flutter development, follow the official installation guide: https://docs.flutter.dev/
-
Clone the Repository:
git clone https://gitlab.com/DiamondLuver/Capstone_II.git
-
Install Dependencies:
- Mobile Frontend (Flutter):
- Navigate to the mobile frontend directory:
cd frontend-mobile - Install Flutter dependencies:
flutter pub get
- Navigate to the mobile frontend directory:
-
Start the Development Server:
- Mobile Frontend (Flutter):
- Follow the instructions in the Flutter documentation to run your app on a physical device or emulator: https://docs.flutter.dev/
- Mobile Frontend (Flutter):
Project Structure
├── frontend-mobile/ # Flutter mobile frontend
│ ├── lib/ # Flutter code
│ ├── pubspec.yaml # Flutter project configuration
│ └── ... # Other Flutter files
Deployment
Deployment instructions will vary depending on your chosen hosting provider. Here are some general guidelines:
- Mobile Frontend (Flutter):
- Follow the platform-specific deployment instructions provided by Flutter: https://docs.flutter.dev/
License