[Collaborative project]
This is the very first project I would build with Ruby on Rails. The main goal here is to make Let’s build Reddit. Well, maybe a very junior version of it called micro-reddit. In this project, you’ll build 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 and Find project specifications here
- Ruby
- Ruby on Rails
- webpack
- Heroku
- Sqlite
- MVC pattern
- Node.js -Yarn
To get a local copy up and running follow these simple example steps.
- Vscode
- Heroku CLI
- Terminal
- Linters Test
- Rubocop style guide
- Open your terminal and locate the folder you want to clone the repository and follow the steps below to install
Run the following command into your terminal:
git clone https://github.com/errea/Micro-Reddit-Rail-App.git
gem bundle install --without production
├── README.md
├── bundle
│ └── main.rb
└── .github\workflows
└── linters.yml
└── app
└── assets
└── channels
└── controllers
└── helpers
└── jobs
└── mailers
└── models
└── views
└── bin
└── config
└── db
└──log
└── bin
└── public
└── storage
└──test
- Git clone this repo and cd the to the
Micro reddit
directory. - Run
rails server
in command line to open the application server in your browser via http://localhost:3000 or something similar - Run
heroku start
. - heroku run
- heroku run rails db:migrate
- git push heroku main
- heroku run console
👤 Eri
- Github: @errea
- Twitter: @Erreakay
- Linkedin: Eri Okereafor
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
This project is MIT licensed.