-
-
Notifications
You must be signed in to change notification settings - Fork 18
Using A Database With Heroku And More (Memcache)
Anjan Nair edited this page Oct 8, 2020
·
2 revisions
It is an online database as a service which allows you to store/cache whatever you want upto 30mb on its free version.
Pr-requisites: Heroku account is definitely needed for this.
- Install the add-on on Heroku from here
- Head over to the official documentation and add the code for
Node.js
in your code. - You're basically done!