Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barackm/micro-reddit
https://github.com/barackm/micro-reddit
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/barackm/micro-reddit
- Owner: barackm
- Created: 2021-05-31T07:43:17.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2021-05-31T18:11:06.000Z (over 3 years ago)
- Last Synced: 2023-03-07T16:04:45.263Z (over 1 year ago)
- Language: Ruby
- Size: 162 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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