Skip to content

JhonasV/StepCoreApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Human resources hire manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages