Skip to content

Commit

Permalink
docs: readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MalakhN committed Aug 1, 2023
1 parent 0c82608 commit b54cf59
Showing 1 changed file with 19 additions and 13 deletions.
32 changes: 19 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
[![Tests](https://github.com/MalakhN/react-mesto-api-full-gha/actions/workflows/tests.yml/badge.svg)](https://github.com/MalakhN/react-mesto-api-full-gha/actions/workflows/tests.yml)
# react-mesto-api-full
Репозиторий для приложения проекта `Mesto`, включающий фронтенд и бэкенд части приложения со следующими возможностями: авторизации и регистрации пользователей, операции с карточками и пользователями. Бэкенд расположите в директории `backend/`, а фронтенд - в `frontend/`.
# Mesto
**Single-page application (frontend + backend) - training project**

Ссылка на сайт, размещенный на Яндекс.Облаке.
### Description
The resource for saving photos of locations visited by the user with the following features:
- Registration, authorization and editing of users data
- Adding locations in the form of a photo with:
- description
- preview by click
- like and like counter
- the ability to delete only your own locations and view the locations of other users

Адрес репозитория: <https://github.com/MalakhN/react-mesto-api-full-gha.git>

## Ссылки на проект

IP 51.250.74.50

Frontend <https://mesto-frontend.nomoredomains.monster>

Backend <https://mesto-backend.nomoredomains.monster>
## Technologies
- React application with adaptive layout
- Express framework
- MongoDB
- BEM
- SEO
- alt tags of images
- semantic tags for markup of titles and main text
- text information is available for indexing

0 comments on commit b54cf59

Please sign in to comment.