My attempt to mimic Dribbble using Rails (as BackEnd) and Bulma (as FrontEnd) frameworks. You can add/edit/delete Shots , Comment on them And Like them .
- there is vue counter for each shot .
Home Page:
Show Page:
Ruby 2.7.5
Rails 5.2.7
- Clon the project to your machine using the command:
git clone [email protected]:smaily1/twitterbulma.git
- Change the directory to the project by typing
twitterbulma
than install the gems by typing :
bundle install
- Migration step and creating tabels in your database :
rails db:migrate
- Finally run the server by typing the command :
rails server
you will find your app working at http://localhost:3000
This is a sample MVP of the application, so it will look with only basic features without luxuries, I am currently trying to master UI design in order to make my applications look nicer.
Any other suggestions I would be happy to add to the application. Thank you.