Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/docs #2

Merged
merged 2 commits into from
Dec 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 33 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,39 @@
# unigoto
Итоговый проект по дисциплине проектный практикум

# Сервис для подбора вузов по интересам

## Содержание

[1. Описание приложения](https://github.com/pyretttt/unigoto/blob/main/README.md#Описание-приложения)

[2. ScreenShot диалогов](https://github.com/pyretttt/unigoto/blob/main/README.md#ScreenShot-диалогов)

[3. Запуск приложения](https://github.com/pyretttt/unigoto/blob/main/README.md#Запуск-приложения)

[4. Ссылка на приложение](https://github.com/pyretttt/unigoto/blob/main/README.md#Ссылка-на-приложение)

[5. Авторы](https://github.com/pyretttt/unigoto/blob/main/README.md#Авторы)

## Описание приложения
Проект для сервиса UniGoTo. Решение предоставляет пользователю список ВУЗов, которые могли бы быть ему интересны, на основе введенных пользователем анкетных данных. В процессе создания решения проведенно исследование различных подходов к предобработке данных, а также различных моделей для решения данной задачи.

:arrow_up:[к содержанию](https://github.com/pyretttt/unigoto/blob/main/README.md#Содержание)

## Пример работы
![Иллюстрация к проекту](https://github.com/pyretttt/unigoto/blob/main/screenshots/example.jpg)

:arrow_up:[к содержанию](https://github.com/pyretttt/unigoto/blob/main/README.md#Содержание)

## Запуск сервера FastAPI

`uvicorn src.api.server:app --reload`

При запуске клиента на удаленном сервере, нужно поменять значение переменной `baseUrl` в `src/client/app.js`. Во время разработки удобнее держать это значение в захардкоженном виде, но при деплое стоить брать его из переменной окружения.

## Авторы
* [@Zhenya127](https://github.com/Zhenya127): Евгения Прасолова
* [@pyretttt](https://github.com/pyretttt): Семен Бакулин
* [@Den2909](https://github.com/Den2909): Денис Тряпицын
* [@danil-makushev](https://github.com/danil-makushev): Данил Макушев

:arrow_up:[к содержанию](https://github.com/pyretttt/unigoto/blob/main/README.md#Содержание)
2 changes: 2 additions & 0 deletions docs/docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## Документация
[Ссылка на документацию](https://docs.google.com/document/d/10b9CW-kX_F60AfAd6lQyw_FAlzY2G29MWsuiVT6Yq1s/edit?usp=sharing)
1 change: 0 additions & 1 deletion docs/docs.txt

This file was deleted.

Binary file added screenshots/example.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading