Skip to content

rammazzoti2000/micro_reddit

Repository files navigation

Contributors Forks Stargazers Issues


Logo

Building with Active Record -- [Micro_Reddit]

This project is part of the Microverse curriculum in Ruby on Rails module!
Explore the docs »

Report Bug · Request Feature

Table of Contents

About The Project

Product Name Screen Shot

This project is about building an application similar to Reddit (called Micro-Reddit) where a user can create a post and add comments to it. It is based mainly on the active record, models, and associations to the tests, meaning no user interface has been added.

Built With

This project was built using these technologies.

  • Ruby & Ruby on Rails
  • SQLite
  • Rubocop
  • Stickler
  • Atom :atom:

Usage

To have this app on your pc, you need to:

  • have Ruby & Ruby on Rails installed in your computer
  • download or clone this repo:
    • Clone with SSH:
      git@github.com:rammazzoti2000/micro_reddit.git
    
    • Clone with HTTPS
      https://github.com/rammazzoti2000/micro_reddit.git
    
  • and open the terminal inside the repo and run the bundler
    • $ bundler install --without production
  • then, run rails db:migrate. This creates the database with the corresponding tables, columns and associations
    • $ rails db:migrate
  • and finally, you can test it in the console by running
    • $ rails console --sandbox
  • type User, Post or Comment to see the structure of each model

Automated Test

There are no Automated Test for this project yet

Contributors

👤 Roman Nikolaev

👤 Alexandru Bangau

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐ if you like this project!

Acknowledgements

📝 License

This project is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •