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

https://github.com/sathya5278/flutter-crud

A Flutter application to perform basic CRUD operations on MySQL database.
https://github.com/sathya5278/flutter-crud

flutter-app mysql-database php-server

Last synced: 10 months ago
JSON representation

A Flutter application to perform basic CRUD operations on MySQL database.

Awesome Lists containing this project

README

          

# Flutter-CRUD

A Flutter application to perform basic CRUD operations on MySQL database.

## Demo



## Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)

For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.

## Requirements
* LAMP | WAMP | XAMPP
* Android Studio | VS Code
* Flutter SDK

## Installation
1. Download suitable stack based on your OS.
2. Clone this repository.

git clone https://github.com/sathya5278/Flutter-CRUD.git
3. Move the server related files from `/Server/` into www folder of LAMP or WAMP.For XAMPP move the files into htdocs folder.

## Usage
1. Open WAMP | LAMP | XAMPP.
2. Start apache2 and mysql server.
3. Create database using `database.sql` from `/Database/`
4. Open Android Studio or VS Code and open the cloned project.
5. Create an Emulator and Start it.
6. Click on Run icon or run this command from the terminal.

flutter run

## Contributing
Contributions make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are appreciated.

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

## License

Distributed under the GNU GPL License.

## Contact

Sathya M - [@sathya5278](https://github.com/sathya5278)

Project Link: [https://github.com/sathya5278/Flutter-CRUD](https://github.com/sathya5278/Flutter-CRUD)