Simple HR is a basic website that allows users to aManage employees along with their salary calculation.
- Angular (Front-End)
- .NetCore (Back-End)
To get a local copy up and running follow these simple example steps.
Angular
- Install Node.js which includes Node Package Manager
.NetCore
- Install [Visual Studio 2017 or higher] (https://visualstudio.microsoft.com/downloads/)
- Install .NET Core SDK 2.1.x
- Install [MS SQL Server] (https://www.microsoft.com/en-us/sql-server/sql-server-downloads)
Angular
- Install the Angular CLI globally:
npm install -g @angular/cli
- Run the application:
cd [PROJECT NAME]
ng serve
.Netcore
- Open solution in Visual Studio
- Set project as Startup Project and build the project.
- Run the application.
Angular is cross-platform, fast, scalable, has incredible tooling, and is loved by millions.
๐ค Mohammed Hussen (binhussen)
- GitHub: @binhussen
- Twitter: @binhussens
- LinkedIn: Linkedin
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a โญ๏ธ if you like this project!
This project is MIT licensed.