An open API service indexing awesome lists of open source software.

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

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