No description
Find a file
Renovate c88f81a188
All checks were successful
/ prettier (pull_request) Successful in 1m25s
/ prettier (push) Successful in 23s
Update dependency @types/node to v22.5.4
2024-09-08 00:52:37 +00:00
.forgejo/workflows Install and run prettier 2024-07-06 01:14:20 +00:00
.vscode Install and run prettier 2024-07-06 01:14:20 +00:00
bin Add prisma 2024-07-06 00:26:58 +00:00
helpers Install and run prettier 2024-07-06 01:14:20 +00:00
prisma [BREAKING] Rename FAQEntry model to faqEntry in prisma/schema.prisma 2024-07-06 01:31:09 +00:00
public Install and run prettier 2024-07-06 01:14:20 +00:00
routes Install and run prettier 2024-07-06 01:14:20 +00:00
views Start adding content 2024-07-06 01:08:38 +00:00
.gitignore Add prisma 2024-07-06 00:26:58 +00:00
GOALS.md Run prettier on GOALS.md 2024-07-06 01:21:41 +00:00
LICENSE Initial commit 2024-07-05 23:58:03 +00:00
package-lock.json Update dependency @types/node to v22.5.4 2024-09-08 00:52:37 +00:00
package.json Update dependency @types/node to v22 2024-08-04 03:42:08 +00:00
README Add example .env to README.md 2024-07-06 01:22:00 +00:00
renovate.json Add renovate.json 2024-07-06 02:08:49 +00:00
server.js Install and run prettier 2024-07-06 01:14:20 +00:00

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"