-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Right now data is stored within the application. I think it would be more convenient to store data in a separate data-source. That way content could be updated without restarting the application.
I suggest using contentful. It's free and pretty easy to set up. Also there is a Javascript API.
A few other ideas:
- Local database
- Other database service like firebase, etc.
- JSON files in a /data directory
Hosting our own service (with a service like Digital Ocean) would be another option, but too much work. 💩
Reactions are currently unavailable