https://github.com/anjaloh/employeemanager
Employee Management with ASP.NET Core 5 + ReactJS
https://github.com/anjaloh/employeemanager
asp-net-core ms-sql-server reactjs
Last synced: 3 months ago
JSON representation
Employee Management with ASP.NET Core 5 + ReactJS
- Host: GitHub
- URL: https://github.com/anjaloh/employeemanager
- Owner: anjaloh
- Created: 2021-06-25T15:05:47.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-29T08:03:25.000Z (almost 5 years ago)
- Last Synced: 2025-01-18T14:22:17.943Z (over 1 year ago)
- Topics: asp-net-core, ms-sql-server, reactjs
- Language: C#
- Homepage:
- Size: 492 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EmployeeManager
Employee Management with ASP.NET Core 5 + ReactJS.
# Content
- `EmployeeManager.API`: Backend implementation done using the `Web API` template of ASP.NET Core 5. Docker container of official `MS SQL Server 2019` has been used for the unavailability of the product on MacOS platform.
- `EmployeeManger.Web`: Frontend Implementation done using `ReactJS` framework. `chakra-ui` has been chosen for the component styling and `axios` package as the HTTP client.
# Features
- CRUD implementation
- Code/Component re-use
- Validation (Server-side/Client-side)
- React routing