Skip to content

Latest commit

 

History

History
69 lines (51 loc) · 1.02 KB

README.md

File metadata and controls

69 lines (51 loc) · 1.02 KB

StepCore

StepCore is a RRHH hire management system

Client made with Flutter+Dart

Client app repository

Features

Managment for:

  • Language
  • Competencies
  • Users
  • Roles
  • Applicants
  • Trainings
  • Employees
  • JobPositions
  • LaborExperiences

Technologies

  • ASP.NET Core 5 API
  • EntityFramework Core
  • JWT Bearer Token

Installation

Restore the dependecies in the folder StepCoreApi root

dotnet restore

Add Sql Server connection string in StepCore/appsettings.development.json file

 "DefaultConnection": "Your Sql Server connection string here"

Go in the root of the folder StepCoreApi\StepCore.Data and setup the database

Update-database

OR

EF CORE CLI

dotnet ef database update

Run the project

Go to the project root folder

dotnet run -p StepCore

App Running must be running in ports:

 localhost:5001 OR localhost:5000

Default user with admin role

 username: admin
 password: admin