Awesome
Example of project made with Volt
Simple blog
- Registration
- Authorization
- Can add an article
- Articles are listed on the main page
- User has it's own page where he can add articles edit and delete them
To run blog
- git clone https://github.com/kodi0/voltblog.git
- cd voltblog
- bundle install
- volt s
You can improve this code just make pull request. Better do this in your own branch then we can compare different versions.