~handlerug/insomnia-backend

New Daily VK App backend
cf5e7af9 — handlerug 4 years ago
chore: MongoDB container persistence
322f0fc7 — handlerug 4 years ago
chore: Proper env configuration
4d7d7ace — handlerug 4 years ago
feat: Route for getting note by ID

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~handlerug/insomnia-backend
read/write
git@git.sr.ht:~handlerug/insomnia-backend

You can also use your local clone with git send-email.

#Бэкенд Days

Powered by Node.js + Koa + MongoDB + mongoose

#Установка

Предварительно вам понадобится Node.js + npm:

  • Windows: nodejs.org
  • Ubuntu: sudo apt install node
  • macOS: brew install node

Скопируйте файл .env.example как .env (в консоли: cp .env{.example,}) и введите все значения в этом файле.

Для установки зависимостей: npm install

#Запуск

Для запуска с автоматическим рестартом при изменении файлов: npm run start

Для запуска в продакшене: node src/index.js

#Автор

Умар Гетагазов