Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rocky-jaiswal/todo-pro

Next.js + TRPC application backed by Spring Boot + JPA on Kotlin
https://github.com/rocky-jaiswal/todo-pro

fastify kotlin nextjs spring-boot typescript

Last synced: about 1 month ago
JSON representation

Next.js + TRPC application backed by Spring Boot + JPA on Kotlin

Awesome Lists containing this project

README

        

# Todo Pro

## What

A simple CRUD application to play around with - Next.js + TRPC & Spring Boot + JPA on Kotlin

## Setup (Dev Mode)

- Start `docker-compose up --build`. This will start the DB, migrate the DB and start a Node.js JWT+JWKS Auth service
- Go to the API (todo-pro-api) and run the Spring Boot application with Gradle
- Go the the Web app (todo-pro-web) and run the Next.js app with `yarn dev`

## Under developement

- This application is under development