This application was made as part of my application to Shopify's Backend Developer Internship for Summer 2021!
The app is a Rails app with Vanilla views (html/css) and comes with Image upload and edit as well as auth functionality.
This application is continously deployed on Heroku
To install dependencies run
bundle install
Ensure that postgresql is running (see instructions for your operating system)
Run the application
bin/rails s