generated from yandex-praktikum/react-mesto-api-full-gha
-
Notifications
You must be signed in to change notification settings - Fork 0
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
4f068e2
commit 1765a28
Showing
1 changed file
with
28 additions
and
8 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,38 @@ | ||
[![Статус тестов](../../actions/workflows/tests.yml/badge.svg)](../../actions/workflows/tests.yml) | ||
|
||
# react-mesto-api-full | ||
Репозиторий для приложения проекта `Mesto`, включающий фронтенд и бэкенд части приложения со следующими возможностями: авторизации и регистрации пользователей, операции с карточками и пользователями. Бэкенд расположите в директории `backend/`, а фронтенд - в `frontend/`. | ||
|
||
Пожалуйста, прикрепите в это описание ссылку на сайт, размещенный на Яндекс.Облаке. | ||
|
||
Адрес репозитория: https://github.com/... | ||
Адрес репозитория: https://github.com/SergeyKardashev/react-mesto-api-full-gha | ||
|
||
## Ссылки на проект | ||
|
||
IP-адрес x.x.x.x | ||
IP-адрес 158.160.125.209 | ||
|
||
Frontend https://... | ||
Frontend https://click.nomoredomainsmonster.ru | ||
Backend https://api.click.nomoredomainsmonster.ru | ||
|
||
Backend https://... | ||
|
||
просто для сравнения 2023-11-15 в 19:24 | ||
# Проект: Место | ||
|
||
### Описание проекта | ||
|
||
Учебный проект для отработки навыков программирования фронта и бэка на javascript и чуток html и css. | ||
|
||
**Технологии** | ||
|
||
В работе применены: | ||
|
||
- html, css, js по БЭМ | ||
- frontend на React (webpack) | ||
- ООП, модульный подход, асинхронность | ||
- роутинг, авторизация | ||
- backend на Node.js и Express JS, деплой на Ubuntu в Яндекс.Облаке | ||
- iron butt | ||
|
||
**Исходник** | ||
|
||
- [Ссылка на макет в Figma](https://www.figma.com/file/2cn9N9jSkmxD84oJik7xL7/JavaScript.-Sprint-4?node-id=0%3A1) | ||
|
||
**Репозиторий** | ||
|
||
- [Ссылка на репозиторий на GitHub](https://github.com/SergeyKardashev/react-mesto-api-full-gha) |