Skip to content

This repository contains a basic CRUD mobile application using ANDROID and SPRINGBOOT.

Notifications You must be signed in to change notification settings

doresz/android-springboot-crud

 
 

Repository files navigation

CRUD - SPRINGBOOT REST API + ANDROID UI

This repository contains a basic CRUD mobile application using ANDROID and SPRINGBOOT

TECHNOLOGY STACK

COMPONENT TECHNOLOGY FOR MORE INFORMATION
Languages & Frameworks spring boot https://spring.io/projects/spring-boot
Databases postgreSQL https://www.postgresql.org/
Documentation as a Service & Tools swagger https://swagger.io/
Java Tools lombok maven https://projectlombok.org/ & https://maven.apache.org/
API Tools retrofit2 picasso https://square.github.io/retrofit/ & https://square.github.io/picasso/
Platform as a Service heroku heroku postgres https://www.heroku.com/

PREREQUISITES

COMPONENTS

EXPLORE REST APIs

Explore the resources using swagger-ui or any other REST client:

METHOD PATH DESCRIPTION
GET /api/v1/mangas retrieve all the mangas
GET /api/v1/mangas/{id} retrieve one manga by its ID
POST /api/v1/mangas create or update a new manga
DELETE /api/v1/mangas/{id} remove a manga by its ID

About

This repository contains a basic CRUD mobile application using ANDROID and SPRINGBOOT.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.5%
  • Dockerfile 1.1%
  • Shell 0.4%