HelioPC / SoapCrud

Spring boot SOAP api - CRUD ops

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues


Employee CRUD

CRUD with flutter and spring boot (soap api)
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. Contact
  7. Acknowledgments

About The Project

This is my laboratory experience for the subjects of mobile application development and distributed systems in the computer science course.

It consists of creating a SOAP API for the server side and a user interface for the client side that consumes the API.

(back to top)

Built With

On the server side, in this case the SOAP API, I used the SPRING BOOT java framework. For the client side, in this case, the mobile application I created with the flutter SDK that uses the dart programming language.

  • Flutter
  • Dart
  • Spring
  • Java

(back to top)

Getting Started

To start with, you should have a reasonably powerful machine, say 8GB of RAM. You must be connected to the internet and have git configured on your machine to be able to clone the repository. The flutter SDK must be installed and configured, as well as android studio with at least one emulator, to run the mobile application. To get a local copy up and running follow these simple example steps.

Prerequisites

  • flutter

    flutter upgrade
    flutter doctor -v
  • java

    javac --help

Installation

  1. Clone the repo
    git clone https://github.com/HelioPC/SoapCrud.git
  2. Install flutter packages
    flutter pub get
  3. Edit the src/main/resources/application.properties file and add your mysql credentials
    nano src/main/resources/application.properties
  4. Start mysql client
    mysql --host=INSTANCE_IP --user=root [--password=password]
  5. Start the API
    ./mvnw spring-boot:run
  6. Start an emulator and make sure it's running
    flutter devices
  7. Run the flutter application
    flutter run [-d EMULATOR_ID]

(back to top)

Usage

For more examples, please refer to the Documentation

(back to top)

Roadmap

  • Add API CRUD with SOAP
  • Add static UI
  • Add UI with data from API
  • Add README
  • Multi-language Support
    • English
    • Portuguese

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  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

(back to top)

Contact

My Name - eliude_c - My discord

Project Link: https://github.com/HelioPC/SoapCrud

(back to top)

Acknowledgments

(back to top)

About

Spring boot SOAP api - CRUD ops


Languages

Language:Java 57.7%Language:Dart 41.0%Language:Swift 1.1%Language:Kotlin 0.2%Language:Objective-C 0.1%