/RestApi-Crud

Rest Api Sample Crud Application

Primary LanguageJava

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;