Skip to content
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages