Explanation
Using Ruby-On-Rails, design my own Wikipedia-clone
Problem
Create, Read, Update, and Delete Users, Topics, Posts, and comments Create and Delete for Upvoting/Downvoting
Solution
- Ruby-On-Rails - Model, View, Controller (MVC) Framework for building a website built using the Ruby programming language.
- devise - Authentication for Rails
Conclusion
Ruby-on-Rails is now the first language I can say taught me to create a whole website front to back thanks to Rail’s Model, View, and Controller (MVC) architecture. Being able to directly interact with the database with the Rails Console is particularly useful to me as a developer.