Initial codebase for technical interviews
- Java 17
- Kotlin (JVM)
- Gradle
- Docker
- Docker Compose
- node
- yarn
cd infra
docker-compose up -d
cd ..
cd backend
./gradlew run
cd ..
cd frontend
yarn
yarn devcd infra
docker-compose up -d
cd ..
cd backend
./gradlew test
cd ..cd frontend
yarn typecheck
yarn test