An open API service indexing awesome lists of open source software.

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.

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.