No description
Find a file
Renovate d9abbede0b
All checks were successful
/ prettier (push) Successful in 37s
/ prettier (pull_request) Successful in 43s
Update dependency @prisma/client to v5.17.0
2024-08-01 20:22:11 +00:00
.forgejo/workflows
.vscode
bin
helpers
prisma
public
routes
views
.gitignore
GOALS.md
LICENSE
package-lock.json Update dependency @prisma/client to v5.17.0 2024-08-01 20:22:11 +00:00
package.json
README
renovate.json
server.js

This is a random project of mine that I spontaneously decided to start working on.
I did something like this in the past, but I have no idea what happened to it, and it's not public, so let's just call this one the first.
Feel free to contribute if you want :)
In case you're wondering what this is going to be:
I'm trying to create a website that lets people submit questions and associated answers to it for others to see. In other words, a FAQ website :)
Example .env:
DATABASE_URL="postgresql://h@localhost/h_faq-website-dev?sslmode=disable&host=/var/run/postgresql"