{"id":15705272,"url":"https://github.com/teekaytech/techtalks","last_synced_at":"2025-05-07T14:45:45.697Z","repository":{"id":40022870,"uuid":"283162170","full_name":"teekaytech/TechTalks","owner":"teekaytech","description":"A blog for creating and reading tech-related articles. Users can sign up/log in with third-party apps like twitter/google. Built with Ruby on Rails, AWS S3 and Bootstrap.","archived":false,"fork":false,"pushed_at":"2023-01-19T20:04:34.000Z","size":21280,"stargazers_count":5,"open_issues_count":35,"forks_count":0,"subscribers_count":0,"default_branch":"development","last_synced_at":"2025-03-31T11:11:07.467Z","etag":null,"topics":["bootstrap4","css3","html5","responsive-web-design","ruby","ruby-on-rails"],"latest_commit_sha":null,"homepage":"https://vast-citadel-76441.herokuapp.com/","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/teekaytech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-28T09:17:54.000Z","updated_at":"2023-04-11T15:31:01.000Z","dependencies_parsed_at":"2023-02-06T02:46:10.495Z","dependency_job_id":null,"html_url":"https://github.com/teekaytech/TechTalks","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teekaytech%2FTechTalks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teekaytech%2FTechTalks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teekaytech%2FTechTalks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teekaytech%2FTechTalks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teekaytech","download_url":"https://codeload.github.com/teekaytech/TechTalks/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252898270,"owners_count":21821582,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap4","css3","html5","responsive-web-design","ruby","ruby-on-rails"],"created_at":"2024-10-03T20:15:18.236Z","updated_at":"2025-05-07T14:45:45.647Z","avatar_url":"https://github.com/teekaytech.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lifestyle Articles (Theme: TechTalks Platform)\n\n\u003e 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](https://www.notion.so/Lifestyle-articles-b82a5f10122b4cec924cd5d4a6cf7561).\n\n![screenshot](/app/assets/images/screenshot.png)\n\n## Built With\n\n- Ruby v2.7.1\n- Ruby on Rails v6.0.3\n- Rspec / Capybara\n- PGSQL\n- AWS S3 Storage\n- Bootstrap\n- Heroku\n- Rails Omniauth Gem\n\n## Live Demo\n[TeckTalks!](https://vast-citadel-76441.herokuapp.com/)\n\n\n## Getting Started\n\nTo get a local copy up and running follow these simple example steps.\n- On the project GitHub page, navigate to the main page of the repository [this page](https://github.com/teekaytech/TechTalks).\n- Under the repository name, locate and click on a green button named `Code`. \n- Copy the project URL as displayed.\n- If you're running Windows Operating System, open your command prompt. On Linux, Open your terminal.\n- 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.\n- Type `git clone`, and then paste the URL you copied in Step 3.\u003cbr\u003e\n`$ git clone https://github.com/teekaytech/TechTalks`\n- Press Enter. Your local copy will be created.\n\nPlease Note that you must have github installed on your PC, this can be done [here](https://gist.github.com/derhuerst/1b15ff4652a867391f03).\n\n### Prerequisites\n\nRuby: 2.7.1\nRails: 6.0.3\nPostgres: \u003e=9.5\n\n### Setup\n\nInstal gems with:\n\n```\nbundle install\n```\n\nSetup database with:\n\n```\n   rails db:create \u0026\u0026 rails db:migrate \u0026\u0026 rails db:seed\n```\n\n### Settng up AWS Access Key\nTo setup AWS access keys and other resources for file upload storage, follow [these instructions](http://blog.thefirehoseproject.com/posts/switching-carrierwave-to-use-s3-with-heroku-and-localhost/) to:\n- Open an account on AWS and create S3 bucket storage\n- Create a new user and get the keys/credentials\n- Setup the credentials to get started\n\n\n### Setting up Omniauth Gem (Twitter \u0026 Google)\nKindly follow the step-by-step instructions on how to setup authentication with third party apps (Twitter, Google) on [Omniauth Gem official documentation page](https://github.com/zquestz/omniauth-google-oauth2)\n\n### Usage\n\nStart server with:\n`rails server`\n\nOpen `http://localhost:3000/` in your browser.\n\n### Run tests\nNavigate to the project root directory and type:\n```\n    rpsec --format documentation\n```\n\n\n### Video Demo\n\n[TechTalks](https://www.loom.com/share/7a118a3a1cc84674ae106f9eeed48bb2)\n\n## Author\n\n👤 **Taofeek Olalere**\n\n- Github: [@teekaytech](https://github.com/teekaytech)\n- Twitter: [@ola_lere](https://twitter.com/ola_lere)\n- Linkedin: [olaleretaofeek](https://linkedin.com/in/olaleretaofeek)\n\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\n\nFeel free to check the [issues page](issues/).\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n## Acknowledgments\n\n- [Microverse](https://.microverse.org/)\n- [Design Idea by Nelson Sakwa on Behance](https://www.behance.net/gallery/14554909/liFEsTlye-Mobile-version)\n- [Full project specification](https://www.notion.so/Lifestyle-articles-b82a5f10122b4cec924cd5d4a6cf7561)\n- [Switching CarrierWave to use S3 with Heroku and localhost](http://blog.thefirehoseproject.com/posts/switching-carrierwave-to-use-s3-with-heroku-and-localhost/)\n\n## 📝 License\n\nThis project is [MIT](lic.url) licensed.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteekaytech%2Ftechtalks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteekaytech%2Ftechtalks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteekaytech%2Ftechtalks/lists"}