UpMe is a monorepo with a Spring Boot backend and a Next.js frontend.
backend/- Java API, authentication, persistence, and business logicfrontend/- Next.js user interface
cd backend
./mvnw spring-boot:runcd frontend
npm install
npm run dev- Java 21
- Maven 3.9+ or the included wrapper
- Node.js 20+
- PostgreSQL
Backend configuration lives in backend/src/main/resources/application.properties.
Key settings include:
frontend.urlspring.app.jwtSecretspring.app.jwtExpirationMsupme.user.monitor.max
This project is licensed under the MIT License.