/memorii-backend

backend for the words memorizing telegram bot

Primary LanguageJavaScriptMIT LicenseMIT

Memorii

Back-end for Telegram bot which helps with words memorizing.

Installation

  • Run commands ⬇️

git clone https://github.com/KarinaDavtyan/memorii-backend.git

cd memorii-backend

yarn install

  • Add .env file

Set:

SECRET - jwt secret key. (Find out more about express-jwt)

ORIGIN - Access-ControlAllow-Origin headers

MONGO_DB and run mongod command from terminal

or

MONGOLAB_MEMORII - create a db on mLab

  • Follow installation steps of memorii

To find out more about bot itself, go the memorii-bot repo here

Tech-stack

  • Node + Express
  • MongoDB + mongoose

Contributing