Skip to content

TheRandomCrew/micro-reddit

Repository files navigation

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

About

Start working with the database and models. Setting up database migrations, making sure user inputs are properly validated, and how to add a secure password to User model.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors