Skip to content

A Simple Employee Management System Project using Spring and React

Notifications You must be signed in to change notification settings

HilmiBaskoparan/EmployeeManagementSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Management System

Overview

Employee Management System Application was made with Spring Boot using ReactJS. With this application, you can add, delete, update employees, and you can view employees' profile in the employee system. You can also list all students in the system. Backend is developed using Java, Spring Boot and Frontend is developed using ReactJS.

How to Run Application

  1. Open Intellij IDEA
  2. Install node to run react app (frontend) and maven to run spring boot app (backend).
  3. In /frontend directory, run the application
  4. Open your browser and browse to http://localhost:3000

cd frontend

code .

npm start



RolMap

Exception

ResourceNotFoundException

Entity and Repository

Employee
EmployeeRepository

API

EmployeeController

Student Management System Project - (19 January 2024)

Requirements

  • Java 17
  • Intellij IDEA Ultimate
  • Visual Studio Code
  • Postman

Technologies

FrontEnd

  • Html5
  • Css3
  • responsive design
  • Bootstrap
  • Js
  • Dom

BackEnd

  • Java SE
  • JDBC
  • Spring Data JPA

Libraries

  • ReactJs
  • Lombok

Database

  • Mysql

dependency

  • Spring Web
  • Spring Data JPA

Spring Tools

  • Spring Boot DevTools

NPM Operations

npx create-react-app frontend

cd frontend

code .

npm start

NPM INSTALLS

  • npm install axios
  • npm install bootstrap

About

A Simple Employee Management System Project using Spring and React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published