/RestStudent

Simple Spring Boot CRUD project

Primary LanguageJavaScript

Here will be three projects:

  1. REST application (On static directory REST services will be called)
  2. Desktop Client (It will call REST services)
  3. Web Client (It will call REST services)

Here simple Student CRUD will be used .

Create, Read, Update and Delete will be target REST services To Create POST To Read GET and GET all To Update PUT and To Delete DELETE will be invoked

To clone project use : git clone https://github.com/SahebRana/RestStudent.git Run studentsdb.sql to your database server