Meeting API for Meeting bot
- fork then clone it
- In terminal at location where package.json resides,run command npm install
- In same directory, create .env file and copy the following lines
- MONGODB_URL = YOUR_MONGODB_URL(replace this with yours)
- PORT = 3000
- JWT_TOKEN = abcdefghi
Note:- According to your needs, comment the import of the files/modules that you don't need. So that it can't generate any kind of error