Skip to content

SandorTeleki/express-mesto-gha

Repository files navigation

(English version below)

Проект Mesto фронтенд + бэкенд

Backend часть сервиса, с помощью которого пользователь может делиться фото с другими. Тесты сломались во время спринта.

Директории

/routes — папка с файлами роутера
/controllers — папка с файлами контроллеров пользователя и карточки
/models — папка с файлами описания схем пользователя и карточки

Остальные директории вспомогательные, создаются при необходимости разработчиком

Технологии:

Express Node.js MongoDB Postman

Запуск проекта

  1. Клонировать репозиторий:
    git clone https://github.com/SandorTeleki/express-mesto-gha.git
  2. Установить зависимости:
    npm i
  3. Запускает сервер
    npm run start
  4. Запускает сервер с hot-reload
    npm run dev

© 2022 Шандор Телеки


Mesto project frontend + backend

Backend part of the service (Project Mesto) through which the user can share the photo with others. Note: The tests broke during the sprint and were subsequently not used.

Directories

/routes - folder with router files
/controllers - folder with user and card controller files
/models - folder with files of user and card schemes description.

Other directories are auxiliary, created when needed.

Technologies:

Express Node.js MongoDB Postman

Project Startup

  1. Clone the repository:
    git clone https://github.com/SandorTeleki/express-mesto-gha.git.
  2. Install dependencies:
    npm i.
  3. Starts the server
    npm run start.
  4. Starts the server with hot-reload
    npm run dev

© 2022 Sandor Teleki

About

Combining frontend and backend of project Mesto (w/ React)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published