https://www.youtube.com/watch?v=n-iTjlCcA4c&feature=youtu.be...
Skipping to 2:46 to skip the "deploy on heroku" part.
What is happening in the video:
- Setup a new instance
- Upload a sample store schema[1] written in JSON
- Create a new instance of an entity (a product here - bottles)
- Convey what "actions" are (they are different from just data editing)
Check it out here
https://github.com/artpar/goms
[1] https://github.com/artpar/goms/blob/master/gomsweb/static/sa...
ps: If you try goms on heroku, remember goms creates a sqlite db automatically if nothing else is specified. Heroku puts server to sleep after 30 mins of idleness, which wipes the sqlite database file.
The recommended storage is Mysql/Postgres