TEST FOR SICPA DEVELOPER RFLORES
CRUD PARA EMPRESAS CRUD PARA EMPLEADOS CRUD PARA DEPARTAMENTS
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 |
Open Solution SicpaRflores.sln in Visual Studio 2022 and run the project RUN MIGRATIONS
cd backend
docker-compose up -d db-server
update-database
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