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

https://github.com/faridtahmazov/restapi-crud

Rest Api Sample Crud Application
https://github.com/faridtahmazov/restapi-crud

postman rest-api spring-boot-data-jpa spring-web

Last synced: 3 months ago
JSON representation

Rest Api Sample Crud Application

Awesome Lists containing this project

README

          

# RestApi-Crud
Rest Api Sample Crud Application

Tools and technologies used:
* IDE - Intellij Idea;
* JDK - 1.8 or later;
* Spring Web - 2.7;
* Spring Data Jpa;
* Spring Boot DevTools;
* MySQL Driver;
* Restful Api
* Postman

Development Steps:
* Create an Intellij Idea Spring Web Project;
* Add Dependencies;
* Project Structure;
* Application Properties Setup;
* Create a Entity - User;
* Create a Repository - UserRepository.java;
* Create a Service - UserService.java;
* Create a Controller - APIController.java;
* Demo;