drunkenvalley / no-pressure

Welcome to the No Pressure Community repository for the website. This is a public project, enabling the community to join and help us make the community better and better.
https://no-pressure.eu/
5 stars 8 forks source link

Added Prisma, MongoDB support, API routes #97

Closed thatssosanya closed 1 year ago

thatssosanya commented 1 year ago

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 and API_KEY.

vercel[bot] commented 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
drunkenvalley commented 1 year ago

Done some tidying up on the side. Anything else you'd like done before we merge this PR?

drunkenvalley commented 1 year ago

Sorry for the very late follow-up here.