An open API service indexing awesome lists of open source software.

https://github.com/luisfelipepoma/social_swift

A full-stack application for managing the human resources of an enterprise, built using Angular for the frontend, PostgreSQL for the database, and Spring Boot for the backend.
https://github.com/luisfelipepoma/social_swift

angular application fullstack html humanresourcemanagement postgresql spring-boot sql typescript

Last synced: 23 days ago
JSON representation

A full-stack application for managing the human resources of an enterprise, built using Angular for the frontend, PostgreSQL for the database, and Spring Boot for the backend.

Awesome Lists containing this project

README

        

# Social_Swift

## Docker Compose

Primero ejecutar, para construir la aplicacion de `api/`

```bash
mvn clean package
```

Levantar toda la app.

```bash
docker-compose up -d # -d para ejecutar en segundo plano
```