# UPP - your app ### Usage ```go app := upp.New() app.With(db, es, api) app.Run(ctx) ```