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
- Host: GitHub
- URL: https://github.com/princepal-dev/up-me
- Owner: princepal-dev
- Created: 2026-06-11T05:19:50.000Z (21 days ago)
- Default Branch: main
- Last Pushed: 2026-06-14T07:44:44.000Z (18 days ago)
- Last Synced: 2026-06-14T09:20:51.250Z (18 days ago)
- Topics: coldstartproblem, serverless, springboot
- Language: Java
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.