Skip to content

Portfolio project which integrates different frameworks and libraries in order to implement CRUD operations on resources.

License

Notifications You must be signed in to change notification settings

rambihari/react-redux-jersey-spring-hibernate-intergration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-redux-jersey-springboot-hibernate-intergration

Portfolio project which integrates different frameworks and libraries in order to implement CRUD operations on resources.


Table of Contents


React and Redux Source Code

This is an SPA application

Setup environment

  1. Download and Install maven by clicking the download link on https://maven.apache.org/install.html

  2. Add the unpacked distribution’s bin directory to your user PATH environment variable by opening up the system properties (WinKey + Pause), selecting the “Advanced” tab, and the “Environment Variables” button, then adding or selecting the PATH variable in the user variables with the value C:\Program Files\apache-maven-3.5.3\bin.

For unix or linux enviornment use appropriate commands in order to add maven to path

Run react-redux-jersey-springboot-hibernate-intergration

From the root directory, run command mvn spring-boot:run in the command line Open http://localhost:8080 in your browser, and voilà.

Usage

Navigate through program using links provided in the Navbar or Home page. You can add a child or edit/delete existing child.
Child also has a subresource profile which you can edit and save.

Languages,Framworks and tools

  • JavaScript
    • React is used for UI.
    • Redux is used to track application state and control application flow
    • React-Router is used to navigate in between diffrent routes
    • Npm is used to run scripts and manage dependencies
  • CSS
    • Bootstrap is used for styling components
  • Java
    • Spring Boot as a IOC container
    • Hibernate is the ORM tool
    • Jersey is used to implement a Restful Api
    • Maven

License and author info

Author Name:- Rambihari Raman
Contact Information:- [email protected]

react-redux-jersey-springboot-hibernate-intergration is available under the GNU Affero General Public License v3.0. See LICENSE.txt for more information

About

Portfolio project which integrates different frameworks and libraries in order to implement CRUD operations on resources.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published