added files after removing them 5 times on accident
This commit is contained in:
commit
b026d00bd9
6 changed files with 194 additions and 0 deletions
27
README.md
Normal file
27
README.md
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# shitty darknet website
|
||||
cool website with python, flask, mariadb and monero.
|
||||
|
||||
## description
|
||||
We make a darknet dating website based darknet users (such as myself). Each user can provide their own web page and must pay to join. a list of users will be displayed on the main page. Website will not use javashit.
|
||||
|
||||
## goals:
|
||||
Website must contain these features when finished
|
||||
- create accounts
|
||||
- delete accounts
|
||||
- monero payments
|
||||
- search page
|
||||
|
||||
## Database
|
||||
### USER
|
||||
- id (PK)
|
||||
- username
|
||||
- first name
|
||||
- last name
|
||||
- adress
|
||||
- pgp
|
||||
- xmpp
|
||||
- email (optional)
|
||||
- phone number (optional)
|
||||
- likes
|
||||
- dislikes
|
||||
- sex
|
||||
Loading…
Add table
Add a link
Reference in a new issue