-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Follow these steps to set up the Nastasia Food Customer project on your local machine.
Ensure you have the following installed:
- Flutter SDK
- Dart
- A code editor like VS Code or Android Studio.
- Clone the repository:
git clone https://github.com/Nastasia-Food/customer.git
- Navigate to the project folder:
cd customer - Fetch dependencies:
flutter pub get
- Run the application:
flutter run
The Nastasia Food Customer application offers the following:
-
Customer Management
- Add, update, and delete customer profiles.
-
Order Tracking
- View and manage customer orders in real-time.
-
Notifications
- Receive updates and promotional alerts.
-
Cross-Platform Support
- Seamless functionality on Android, iOS, and the web.
Explore the Architecture section to understand how these features are implemented.
We appreciate your interest in contributing to the Nastasia Food Customer project!
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Make your changes and commit them:
git commit -m "Describe your changes" - Push your branch:
git push origin feature-name
- Open a Pull Request for review.
For more details, check the CONTRIBUTING.md file.
The Nastasia Food Customer application is built using Flutter and follows a modular structure.
lib/
├── models/ # Data models
├── screens/ # UI screens
├── widgets/ # Reusable components
├── services/ # Backend integrations
assets/
├── images/ # App images
├── fonts/ # Custom fonts
Each module is designed to be reusable and maintainable.
The application runs on Android, iOS, and the web.
Please create an issue in the GitHub Issues tab.
Refer to the documentation provided in the services/ directory for details on integration.
Welcome to the Nastasia Food Customer Wiki! This space contains all the information you need to get started and contribute effectively.
For more details, refer to the README file in the repository.