https://github.com/avdhootjadhav/employeemanager
https://github.com/avdhootjadhav/employeemanager
angular css html java maven spring-boot typescript
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/avdhootjadhav/employeemanager
- Owner: AvdhootJadhav
- Created: 2022-11-21T16:47:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-21T16:55:11.000Z (over 3 years ago)
- Last Synced: 2025-10-26T22:03:33.431Z (8 months ago)
- Topics: angular, css, html, java, maven, spring-boot, typescript
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EmployeeManager App
This app implements CRUD operations with employee management scenario. I have used H2 database which is in-memory database. For Frontend, I have used Angular and for backend I have used Spring Boot.
# Usage
1) Download both Frontend and Backend module
2) In Backend, add respective username and password for database and save it
3) You can view the data store using following url ``` http://localhost:9001/h2-console ```
4) Next install all required dependencies in Frontend using ``` npm i ```
4) Now run the project using ``` ng serve ```