Skip to content

talltree-eng/seatly

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

seatly

Initial codebase for technical interviews

Requirements

  • Java 17
  • Kotlin (JVM)
  • Gradle
  • Docker
  • Docker Compose
  • node
  • yarn

Running The App

cd infra
docker-compose up -d
cd ..

cd backend
./gradlew run
cd ..

cd frontend
yarn
yarn dev

Running Backend Tests

cd infra
docker-compose up -d
cd ..

cd backend
./gradlew test
cd ..

Running Frontend Checks

cd frontend
yarn typecheck

yarn test

About

Initial codebase for technical interviews

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 59.6%
  • Kotlin 38.0%
  • CSS 1.4%
  • Other 1.0%