Skip to content

sovarim/react-chat-backend

Repository files navigation

Установка

  1. Выполните команду
yarn install
  1. Создайте .env.local файл в корне проекта
//Example

MONGO_URI='mongodb://localhost:27017/react-chat'
ACCESS_EXPIRATION='2h'
REFRESH_EXPIRATION='7d'
JWT_KEY='JWT_KEY'
  1. Запустите проект
yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published