Memehub-GmbH-Co-KG / MemeHub-Bot

MIT License
0 stars 1 forks source link

Setup

MongoDB

You will need a MongoDB database. The schema is created on the fly. Collection names and the databases to use are set in the config.json.

A convinient way to get started is to use a free atlas instance in the cloud (Link).

Redis

You will need a running redis instance. An easy way is to use a docker-compose if you have docker set up (Link).

Running

npm run start

Used frameworks, libaries and technologies

Other resources