Skip to content

raulidavid/testrflores

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

testrflores

TEST FOR SICPA DEVELOPER RFLORES

CRUD PARA EMPRESAS CRUD PARA EMPLEADOS CRUD PARA DEPARTAMENTS

DEPENDENCIES AND LIBRARIES

Tecnologías usadas en el software

DEPENDENCY LINK
ANGULAR >= 7.3 ANGULAR
.NET CORE >= 7.0 .NET CORE
DOCKER >= 20.10.10 DOCKER
AUTHOR RAUL FLORES

BACKEND

Open Solution SicpaRflores.sln in Visual Studio 2022 and run the project RUN MIGRATIONS

cd backend
docker-compose up -d db-server
update-database

FRONTEND

cd frontend
CUSTOMUID=$(id -u) CUSTOMGID=$(id -g) docker-compose up --build -d --remove-orphans
ng serve madsis --host 0.0.0.0 --port 4500