This is my Ruby on Rails capstone project at microverse. It is a platform for posting tech-related articles. Users can register/sign-in, create new article(s), read and vote for existing articles. The full project specifications are specified here.
- Ruby v2.7.1
- Ruby on Rails v6.0.3
- Rspec / Capybara
- PGSQL
- AWS S3 Storage
- Bootstrap
- Heroku
- Rails Omniauth Gem
To get a local copy up and running follow these simple example steps.
- On the project GitHub page, navigate to the main page of the repository this page.
- Under the repository name, locate and click on a green button named
Code
. - Copy the project URL as displayed.
- If you're running Windows Operating System, open your command prompt. On Linux, Open your terminal.
- Change the current working directory to the location where you want the cloned directory to be made. Leave as it is if the current location is where you want the project to be.
- Type
git clone
, and then paste the URL you copied in Step 3.
$ git clone https://github.com/teekaytech/TechTalks
- Press Enter. Your local copy will be created.
Please Note that you must have github installed on your PC, this can be done here.
Ruby: 2.7.1 Rails: 6.0.3 Postgres: >=9.5
Instal gems with:
bundle install
Setup database with:
rails db:create && rails db:migrate && rails db:seed
To setup AWS access keys and other resources for file upload storage, follow these instructions to:
- Open an account on AWS and create S3 bucket storage
- Create a new user and get the keys/credentials
- Setup the credentials to get started
Kindly follow the step-by-step instructions on how to setup authentication with third party apps (Twitter, Google) on Omniauth Gem official documentation page
Start server with:
rails server
Open http://localhost:3000/
in your browser.
Navigate to the project root directory and type:
rpsec --format documentation
👤 Taofeek Olalere
- Github: @teekaytech
- Twitter: @ola_lere
- Linkedin: olaleretaofeek
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
- Design Idea by Nelson Sakwa on Behance
- Full project specification
- Switching CarrierWave to use S3 with Heroku and localhost
This project is MIT licensed.