Skip to content

princepal-dev/up-me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UpMe

UpMe is a monorepo with a Spring Boot backend and a Next.js frontend.

Repository Layout

  • backend/ - Java API, authentication, persistence, and business logic
  • frontend/ - Next.js user interface

Quick Start

Backend

cd backend
./mvnw spring-boot:run

Frontend

cd frontend
npm install
npm run dev

Requirements

  • Java 21
  • Maven 3.9+ or the included wrapper
  • Node.js 20+
  • PostgreSQL

Configuration

Backend configuration lives in backend/src/main/resources/application.properties.

Key settings include:

  • frontend.url
  • spring.app.jwtSecret
  • spring.app.jwtExpirationMs
  • upme.user.monitor.max

License

This project is licensed under the MIT License.

About

Serverless deployment monitoring tool that solves the cold start problem

Topics

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors