Skip to content

Full Stack Web Application utilizing Spring Framework with ReactJS and MySQL to create and apply RESTful API's with an emphasis on database CRUD operations.

Notifications You must be signed in to change notification settings

Bobbyatwal/Spring-ReactJS-MySQL-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spring-ReactJS-MySQL-Application

Full Stack Web Appliaction utilizing Spring Framework with ReactJS and MySQL to create and apply RESTful API's with an emphasis on database CRUD operations.

Application connects to a beer database that allows users to add, search, view, update, and delete beers.

Back-End was built with powerful Spring JPA library, Spring annotations, and Java Hibernate which allowed for efficient setup and development. Front-End was created through ReactJS with implementations of powerful libraries such as MomentJS, React Router, Axios Library, and Bootstrap.

The BEER table in the H2 database has the following schema:
ID - INTEGER PK.
NAME - VARCHAR(100) NOT NULL UNIQUE.
DESCRIPTION - VARCHAR(4000).
ABV - DOUBLE.
IBU - INTEGER.
CREATE_DATE - TIMESTAMP NOT NULL.

About

Full Stack Web Application utilizing Spring Framework with ReactJS and MySQL to create and apply RESTful API's with an emphasis on database CRUD operations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published