removed plan.md

This commit is contained in:
bacalhau 2026-03-08 00:09:09 +00:00
parent 2cc5d78acd
commit 069d2b1667
2 changed files with 1 additions and 94 deletions

View file

@ -1,7 +1,7 @@
# Dating-Website
## Description
Minimal dating website made in python.
It uses flask to render the HTML, saves the data in a MySQL database and also features an authentication method using PGP where the database stores the user's PGP key's fingerprint and uses that to encrypt a message only you decrypt, but successfully decrypting the message you athenticate to your account.
It uses flask to render the HTML, saves the data in a database and also features an authentication method using PGP where the database stores the user's PGP key's fingerprint and uses that to encrypt a message only you decrypt, but successfully decrypting the message you athenticate to your account.
It's also supposed to be very easy to use, currently its still in development but the vision is that you can be enganged on the website right from the start featuring a very powerfull search page and not needing an account to use the website.
This website also does not use JavaScript making it easy to run on any browser.