Skip to content

Latest commit

 

History

History
138 lines (116 loc) · 5.22 KB

File metadata and controls

138 lines (116 loc) · 5.22 KB

Contributors Forks Stargazers Issues MIT License


Logo

Project 2: Micro-Reddit

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

Micro-Reddit

Start working with the database and models.

live version

console

Validations

Rubocop:

rubocop-validation

Features

  • Using different databases for development (sqlite3) and production (postgres)
  • Followed the tutorial
  • Tests made with RSpec

Built With

  • ruby v2.5.5
  • rails v5.2.3+
  • RVM
  • vscode with Ruby and Rubocop extensions
  • Linux
  • Love and Passion for code.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgements