Closed thatssosanya closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
no-pressure | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jul 25, 2023 6:31pm |
Done some tidying up on the side. Anything else you'd like done before we merge this PR?
Sorry for the very late follow-up here.
to facilitate further development of tools in the no pressure family, we're introducing database support and an api to interact with it.
currently, the database supports a single model - raider. find the schema in
schema.prisma
and the api documentation at/api-doc
.two new env variables have been added,
DATABASE_URL
andAPI_KEY
.