This CRUD full-stack employee management application.
| Component | Technology |
|---|---|
| Backend | Spring: Boot, Data |
| Frontend | React.js, Redux, Bootstrap |
| Database | PostgreSQL |
| Persistence | JPA |
| Client Build | npm, yarn, webpack |
| Server Build | Maven |
- Go to your project folder and run SpringBootApplication.
- The server will start on port 8080.
- Go to your project folder from your terminal
cd react-frontend - Run:
npm installoryarn install - After install, run:
npm run startoryarn start - Open your browser (http://localhost:3000)


