README.md (1165B)
1 # Dating-Website 2 ## Description 3 Minimal dating website made in python. 4 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. 5 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. 6 This website also does not use JavaScript making it easy to run on any browser. 7 8 ## Contributing 9 If you have suggestions, find bugs, or want to provide code, just open an issue before submiting a PR. I will probably not accept a PR unless I see that it's actually somewhat important, exceptions can be made, but its kinda goofy to write the code before submiting an issue. 10 11 ## Running the program 12 ### python enviornment 13 `python -m venv venv` 14 15 ### Install the dependencies 16 `pip install -r requirements.txxt` 17 18 ### Run the program 19 `pyhton src/main.py`