You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an app I wrote to practice working with files in ruby. Rather than using a database to store the information used in the files, I use actual files on the backend using the Ruby File and IO classes.
About
A file based content management system built using Ruby Sinatra and the Ruby File and IO classes on the backend. Used JavaScript to make a smooth Ui.