Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RedDySter20 authored Aug 24, 2023
1 parent 6575499 commit 519862b
Showing 1 changed file with 38 additions and 1 deletion.
39 changes: 38 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
# Sayt__CSS__HTML__BE
# Типо Авито на минималках

*Продай Что-то*

## Загрузка

Pip instal

![Screenshot](https://github.com/RedDySter20/Sayt__CSS__HTML__BE/blob/main/IMPORTS.png)



Cтарт:
```
python app.py
Cтарт на http://127.0.0.1:8080
```
Акаунты:


{
"admin": {
"username": "admin",
"password": "admin",
"balance": 0,
"is_admin": true
},
"sss": {
"username": "sss",
"password": "admin",
"balance": 10000,
"is_admin": false
},
"\u0432\u0432": {
"username": "\u0432\u0432",
"password": "admin",
"balance": 10000,
"is_admin": false
}
}

0 comments on commit 519862b

Please sign in to comment.