Web application written in Java and JavaScript is used for internal communication, assignment and prioritization of tasks, data exchange and reporting on the work among the employees.
- Spring Framework
- Rest API
- PostgreSQL
- Gradle
spring.datasource.username
spring.datasource.password
- Connect PostgreSQL DB
- Build with Gradle
./gradlew build
- Run locally with configuration:
-Djava.rmi.server.hostname=localhost
internalcomms.InternalCommsApplication
- Check locally
http://localhost:8080/
Containerization - DockerHub
- Download docker-compose.yml
- Run in cmd
docker compose build
docker compose up
- Check locally
http://localhost:8080/