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.
- Host: GitHub
- URL: https://github.com/luisfelipepoma/social_swift
- Owner: LuisFelipePoma
- License: apache-2.0
- Created: 2024-06-09T20:17:52.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-23T20:10:35.000Z (10 months ago)
- Last Synced: 2025-02-11T14:46:23.599Z (3 months ago)
- Topics: angular, application, fullstack, html, humanresourcemanagement, postgresql, spring-boot, sql, typescript
- Language: Java
- Homepage:
- Size: 275 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```