We are using custom datastore
mongodb
and own authentication method using jwt innodejs
.
Install the server dependencies
Heroku hosted URL
> git subtree push --prefix server heroku master
Heroku env
variable list
> heroku config:set "MONGODB_URI=mongodb_srv://<username>:<password>@cluster0-..."
> heroku config:set "SALT=8"
> heroku config:set "JWT_SECRET=supersecret"
MIT © Murshid Azher.