Screenshot's of the App
Home Page
Add Employee Page
Edit & Delete Page
Edit Employee Page
- Four sections - Namely Home, Add Employee, Edit Employee and Delete Employee
- Technologies Used
- FrontEnd Languages
- ReactJs, React Hooks, SCSS and SASS
- BackEnd Languages
- Java, SpringBoot, Hibernate, H2 Database
- FrontEnd Languages
This is an CRUD Application that I have made to integrate frontend and backend of two different techstacks, just to increase my understanding.
Clone and install.
git https://github.com/ankit-95/EmployeeApp.git
cd EmployeeAppRun application.
For Backend Web-Service
mvn spring-boot:runFor FrondEnd Web-Service
cd employee-frontend
npm start