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

https://github.com/princepal-dev/up-me

Serverless deployment monitoring tool that solves the cold start problem
https://github.com/princepal-dev/up-me

coldstartproblem serverless springboot

Last synced: about 8 hours ago
JSON representation

Serverless deployment monitoring tool that solves the cold start problem

Awesome Lists containing this project

README

          

# 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

```bash
cd backend
./mvnw spring-boot:run
```

### Frontend

```bash
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.