Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rimriru/react-mesto-api-full-gha
Mesto (React) frontend and backend
https://github.com/rimriru/react-mesto-api-full-gha
Last synced: 6 days ago
JSON representation
Mesto (React) frontend and backend
- Host: GitHub
- URL: https://github.com/rimriru/react-mesto-api-full-gha
- Owner: Rimriru
- Created: 2023-07-03T16:13:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-19T11:07:09.000Z (11 months ago)
- Last Synced: 2023-12-19T14:24:48.967Z (11 months ago)
- Language: JavaScript
- Homepage: https://mesto-page.nomoreparties.sbs
- Size: 996 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Проект Mesto
## Описание
"Mesto" - это платформа для людей, которые хотят делиться своими впечатлениями и интересами с остальными.
В репозитории расположены фронтенд и бэкенд части приложения со следующими возможностями: авторизации и регистрации пользователей, операции с карточками и пользователями. Бэкенд расположен в директории *backend/*, а фронтенд - в *frontend/*.
## Стек
Стек: HTML, CSS, React, Node.js, Express.js, MongoDB, Nginx
## Инструкция по установке
```sh
npm install
```### Запуск
```sh
npm run dev
```