Portfolio project which integrates different frameworks and libraries in order to implement CRUD operations on resources.
- react-redux-jersey-springboot-hibernate-intergration
- React and Redux Source Code
- Setup environment
- Build react-redux-jersey-springboot-hibernate-intergration
- Usage
- Languages,Framworks and tools
- License and author info
- This project contains the minified bundle of the Front-End React and Redux source code
- To download Front-End source code please visit https://github.com/rambihari/React-Redux-Source-Code
-
Download and Install maven by clicking the download link on https://maven.apache.org/install.html
-
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
From the root directory, run command mvn spring-boot:run in the command line Open http://localhost:8080 in your browser, and voilà.
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.
- 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
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