Skip to content

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

License

Notifications You must be signed in to change notification settings

sathya5278/Flutter-CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

For help getting started with Flutter, view our online documentation, 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

Project Link: https://github.com/sathya5278/Flutter-CRUD

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published