developeramarish / HR-Management

Web API using for Human Resource Management (ASP.NET Core 5.0)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web API Project:

Human Resource Management for IT Company

This project building on .NET 5.0, using for Human Resource Management for IT Company.

Technologies

Features

  • Human resources management with following information: personal, work history, project, certificate, education, skill,...
  • Support: authentication-authorization with token-base (JWT).
  • Archiving accounts into database, hashing password-salt with PBKDF2 algorithm.
  • Storing and resizing image: mobile-web format.
  • Getting data with pagination.

Diagram

Update diagram here

Design Patterns

  • Unit Of Work
  • Generic Repository
  • Request-Reply
  • Inversion of Control / Dependency injection
  • ORM

Getting Started

  • Following CLI:
  1. Install the latest .NET 5 SDK
  2. Editing connection string in appsettings.json
  3. Run dotnet ef migrations add "Initial" to add migration.
  4. Run dotnet ef database update to update database.

Note: you must directive to root project before run CLI.

  • Seeding data:
  1. First login: http://yourhost/api/token/login
  • Username: admin
  • Password: d7f32454b44d22182618d56e683f419a
  1. Get your access token

License

This project is licensed with the MIT license.

About

Web API using for Human Resource Management (ASP.NET Core 5.0)

License:MIT License


Languages

Language:C# 100.0%