https://github.com/sadeeshaperera/shopping_mall_application
Shopping mall management application which implemented for SPM module project in SLIIT 3rd year first semester.
https://github.com/sadeeshaperera/shopping_mall_application
dart firebase flutter mobile-app shopping-mall web-app
Last synced: 3 months ago
JSON representation
Shopping mall management application which implemented for SPM module project in SLIIT 3rd year first semester.
- Host: GitHub
- URL: https://github.com/sadeeshaperera/shopping_mall_application
- Owner: SadeeshaPerera
- Created: 2024-09-04T12:03:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-02T22:17:16.000Z (almost 2 years ago)
- Last Synced: 2025-01-27T18:50:21.925Z (over 1 year ago)
- Topics: dart, firebase, flutter, mobile-app, shopping-mall, web-app
- Language: Dart
- Homepage:
- Size: 23.8 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ShoppingMate -- Shopping Mall Application
This is a mobile application designed to streamline the process of managing shopping mall operations.
## Main Features
1. Health and Safety Monitoring
2. Inventory Management
3. Promotions Management
4. Contract Management
## Tech Stack
- **Flutter**: For building the cross-platform mobile application.
- **Dart**: The programming language used by Flutter.
- **Firebase**: For backend services including authentication, database, and storage.
## Installation
To get started with this project, follow these steps:
1. **Clone the repository**:
```sh
git clone https://github.com/SadeeshaPerera/shopping_mall_application
```
2. **Navigate to the project directory**:
```sh
cd shopping_mall_application
```
3. **Install dependencies**:
```sh
flutter pub get
```
4. **Run the app**:
```sh
flutter run
```
## Contributing
Please follow these steps to contribute:
1. Fork the repository.
2. Create a new branch (`git checkout -b feature-branch`).
3. Make your changes.
4. Commit your changes (`git commit -m 'Add some feature'`).
5. Push to the branch (`git push origin feature-branch`).
6. Open a pull request.