Let’s build Reddit. Well, maybe a very junior version of it called micro-reddit. In this project, we built the data structures necessary to support link submissions and commenting. We won’t build a front end for it because we don’t need to… you can use the Rails console to play around with models without the overhead of making HTTP requests and involving controllers or views.
Explore the docs 📚
🖊️
Assigment
🐛
Report Bug
🙏
Request Feature
Start working with the database and models.
Rubocop:
- Using different databases for development (sqlite3) and production (postgres)
- Followed the tutorial
- Tests made with
RSpec
rubyv2.5.5railsv5.2.3+- RVM
vscodewith Ruby and Rubocop extensions- Linux
- Love and Passion for code.
This project is licensed under the MIT License - see the LICENSE.md file for details

