/micro-reddit

A Rails project to build the data structures necessary to support link submissions and comments.

Primary LanguageRubyMIT LicenseMIT

Building With Active Records

Application similar to reddit where a user can create a post and add coments to it. Made as a practice for Active Record in rails. git

Built With

  • Ruby
  • Rails 6.1.1
  • Windows subsystem Linux (Ubuntu 20.04.1 LTS)

Install

Install Ruby and Rails on your local machine.

Setup

Open your terminal and go to the directory where you want to clone the repo.

Clone the repository to your local machine. Type $ git clone https://github.com/anapdh/MicroReddit.git.

Go to the Micro-reddit directory. Type $ cd micro-reddit

Install the necessary gems to run the project. Type $ bundle install

Also please run this command rails db:migrate to run all the migration for the database and have all tables updated and read to use

Now your environment is ready to run the project. Type rails c

Authors

👩🏼‍💻 Ana Paula Hübner

👤 Victor Pacheco

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

📝 License

This project is MIT licensed.