Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/barackm/micro-reddit


https://github.com/barackm/micro-reddit

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Microverse-blueviolet)

# Micro Reddit

> This project puts my knowledge of active record, models, and associations to the tests. It is an application similar to Reddit (called Micro-Reddit) where a user can create a post and add comments to it.

Additional description [Odin Project](https://www.theodinproject.com/paths/full-stack-ruby-on-rails/courses/ruby-on-rails/lessons/building-with-active-record-ruby-on-rails)

## Built With

- Ruby on Rails

## Getting Started

**To get the local copy of this project you just need to clone it by running the following command from your terminal `git clone https://github.com/barackm/micro-reddit.git`**

# Installation

After you have cloned the repository, you need to install all the available gems by running the command `bundle install` from the root of the project.
And for creating the DB via rails run `db:create` and migrate it via run `rails db:migrate`

### Setup

To interact with the database you need to use the rails console by running the command `rails console` from the root of the project.

## Author

👤 **Barack Mukelenga**

- GitHub: [@bacakm](https://github.com/barackm)
- Twitter: [@BarackMukelenga](https://twitter.com/BarackMukelenga)
- LinkedIn: [Baraka Mukelenga](https://www.linkedin.com/in/baraka-mukelenga/)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/barackm/micro-reddit/issues).

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- Microverse