2024-07-05 23:58:03 +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:
|
2024-07-06 01:14:20 +00:00
|
|
|
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 :)
|
2024-07-06 01:22:00 +00:00
|
|
|
Example .env:
|
|
|
|
DATABASE_URL="postgresql://h@localhost/h_faq-website-dev?sslmode=disable&host=/var/run/postgresql"
|