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
- Host: GitHub
- URL: https://github.com/faridtahmazov/restapi-crud
- Owner: faridtahmazov
- Created: 2022-06-21T19:20:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T19:24:12.000Z (about 4 years ago)
- Last Synced: 2025-10-26T05:30:36.385Z (8 months ago)
- Topics: postman, rest-api, spring-boot-data-jpa, spring-web
- Language: Java
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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;