-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f335b2d
commit e3e6eb4
Showing
6 changed files
with
54 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
## Задание | ||
--- | ||
|
||
Требуется разработать создание и просмотр анект в социальной сети. | ||
|
||
Функциональные требования: | ||
* Есть возможность регистрации | ||
* Есть возможность создавать персональные страницы | ||
* Авторизация по паролю. | ||
* Страница регистрации, где указывается следующая информация: | ||
* Имя | ||
* Фамилия | ||
* Возраст | ||
* Пол | ||
* Интересы | ||
* Город | ||
* Возможность подружиться | ||
* Страницы с анкетой. | ||
* Список друзей | ||
* Отсутствуют SQL-инъекции | ||
* Пароль хранится безопасно | ||
|
||
Нефункциональные требования: | ||
* Любой язык программирования | ||
* В качестве базы данных использовать MySQL | ||
* Не использовать ORM | ||
* Программа должна представлять из себя монолитное приложение. | ||
* Не рекомендуется использовать следующие технологии: | ||
* Репликация | ||
* Шардинг | ||
* Индексы | ||
* Кэширование | ||
* Верстка не важна. Подойдет самая примитивная. | ||
|
||
Разместить приложение на любом хостинге. Например, heroku. ДЗ принимается в виде исходного кода на github и демонстрации проекта на хостинге. | ||
|
||
## Результат | ||
--- | ||
|
||
* Регистрация | ||
<img src="registration.jpg" alt="registration" width="400"/> | ||
|
||
* Авторизация | ||
<img src="login.jpg" alt="registration" width="400"/> | ||
|
||
* Страница с анкетами | ||
<img src="profiles.jpg" alt="profiles" width="400"/> | ||
|
||
* Страница друзей | ||
<img src="friends.jpg" alt="friends" width="400"/> | ||
|
||
* Схема базы данных - [schema](../../src/sql/schema.sql). Пароли пользователей хранятся в хэшированном виде. | ||
* Хостинг - AWS |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.