Skip to content

A mini backend project connected with frontend service. A RESTFul API service with CRUD features demonstrated with GET,POST,PUT,DELETE methods using JavaScript Fetch

Notifications You must be signed in to change notification settings

hemant097/RestAPI_With_FrontEnd_JavaScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

RestAPI_With_FrontEnd_JavaScript

A Simple backend RESTFul API service with CRUD features demonstrated with GET,POST,PUT,DELETE methods using JavaScript Fetch

After cloning this repo start the springboot application and at the same time open the index.html using live server in VS Code, also create a database in MySQL named sb201db, then you can see how it is interacting with the database.

Features

  1. Admin can see all the books and the book related data
  2. Admin can delete the books
  3. Admin can add new book
  4. Admin can update the books
  5. User can see the books (but not all the data, author_id, book_no are hidden)

About

A mini backend project connected with frontend service. A RESTFul API service with CRUD features demonstrated with GET,POST,PUT,DELETE methods using JavaScript Fetch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published