Back-end for Telegram bot which helps with words memorizing.
- 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
- Node + Express
- MongoDB + mongoose
- Fork the repo (https://github.com/KarinaDavtyan/memorii-backend/fork)
- Clone it
- Create your feature branch
- Commit changes to your own branch
- Push to the branch
- Create a new Pull Request