Skip to content

SRGSSR/rts-cmsdata-interview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interview

Welcome to this interview session!

Prerequisites

  • Java 17
  • Maven
  • Docker and Docker Compose

Quickstart

Database

cd docker
docker compose up -d

You can connect with password interview

docker exec -it interview-postgres psql -U interview -d interview

Application

Run the application with the local profile to connect to the PostgreSQL database:

./mvnw spring-boot:run

Your application is served:

  • http://localhost:8080/
  • Swagger: http://localhost:8080/swagger-ui/index.html

Tasks

Read TODO.md to get the tasks. :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages