/Petshop-web-app

A petshop application with React, Kotlin and Spring Boot

Primary LanguageTypeScript

POC Petshop Web App

A poc application with React, Kotlin, Spring Boot, Apollo and GraphQL.

How to run the app

  1. Run the back-end:
    mvn spring-boot:run
  2. Change the directory:
    cd frontend/
  3. Run the front-end:
    yarn start
  4. Wait the yarn redirects to the web page.