Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rocky-jaiswal/todo-pro
- Owner: rocky-jaiswal
- Created: 2024-10-05T12:44:38.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-03T13:52:19.000Z (3 months ago)
- Last Synced: 2024-11-11T06:36:16.920Z (2 months ago)
- Topics: fastify, kotlin, nextjs, spring-boot, typescript
- Language: TypeScript
- Homepage: https://todo-pro.xyz/
- Size: 576 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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