{"id":15482051,"url":"https://github.com/code-matt/build_it","last_synced_at":"2025-03-28T14:33:24.559Z","repository":{"id":74838054,"uuid":"57208722","full_name":"code-matt/build_it","owner":"code-matt","description":"React + Redux + Rails: Simple demo job posting app","archived":false,"fork":false,"pushed_at":"2016-12-15T21:54:10.000Z","size":4706,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-19T05:21:13.785Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://build-it-la.herokuapp.com","language":"JavaScript","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/code-matt.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-04-27T11:38:51.000Z","updated_at":"2016-11-29T19:54:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"2d80f760-a7dc-4eea-bb98-a2c48319bb2b","html_url":"https://github.com/code-matt/build_it","commit_stats":{"total_commits":170,"total_committers":2,"mean_commits":85.0,"dds":"0.22941176470588232","last_synced_commit":"bc9a70f4b7ffc112ff7fd7d81028b758426bc558"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-matt%2Fbuild_it","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-matt%2Fbuild_it/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-matt%2Fbuild_it/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-matt%2Fbuild_it/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/code-matt","download_url":"https://codeload.github.com/code-matt/build_it/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246046575,"owners_count":20715003,"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":[],"created_at":"2024-10-02T05:07:30.750Z","updated_at":"2025-03-28T14:33:24.535Z","avatar_url":"https://github.com/code-matt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BuildIt 2.0\n## https://build-it-la.herokuapp.com\n\n### React + Redux + Rails simple job posting app\n#### (last feature not implemented yet past submitting job proposals)\n\nThis app is a redo of my breakable toy from Launch Academy.\nThe old app can be found on the old_rails_version branch which was\nsome very messy jqerry + ajax + erb and not a very good SPA. \n\n### Technologies:\n\n###Front end\n```\n\"dependencies\": {\n  \"dotenv\": \"^2.0.0\",\n  \"react\": \"^15.3.2\",\n  \"react-display-name\": \"^0.2.0\",\n  \"react-dom\": \"^15.3.2\",\n  \"react-dropzone\": \"^3.7.3\",\n  \"react-helmet\": \"^3.2.2\",\n  \"react-notify-toast\": \"^0.1.3\",\n  \"react-redux\": \"^4.4.5\",\n  \"redux-thunk\": \"^2.1.0\",\n  \"redux\": \"^3.6.0\",\n  \"superagent\": \"^2.3.0\"\n}\n```\n\n###backend\n```\ngem 'rails', '~\u003e 5.0.0', '\u003e= 5.0.0.1'\ngem 'pg', '~\u003e 0.18'\ngem 'puma', '~\u003e 3.0'\ngem 'rack-cors'\ngem 'geokit'\ngem 'geokit-rails'\ngem 'geocoder'\ngem \"fog-aws\"\ngem 'carrierwave-aws'\ngem 'rmagick'\ngem \"mini_magick\"\ngem \"forgery\"\n\n#auth\ngem 'knock', '~\u003e 1.5'\ngem 'bcrypt', '~\u003e 3.1.7'\n\ngroup :development, :test do\n  gem 'byebug', platform: :mri\n  gem 'dotenv-rails'\n  gem 'rspec-rails', '~\u003e 3.5'\n  gem 'capybara'\n  gem 'poltergeist'\nend\n```\n\n###\nInstllation: \n\nThis project requires both AmazonsS3 Bucket keys and google geocoding public key.\nCreate a .env in the project root and configure it as such:\n```\nS3_BUCKET=\"your bucket name\"\nS3_SECRET=\"your amazon secret\"\nS3_REGION=\"your amazons bucket region\"\nS3_KEY=\"your bucket key\"\nGOOGLE_GEOCODE_KEY=\"your google geocoding api key\"\n```\n\n##### Prod:\n```\nrails db:create\nrails db:migrate\nrails db:seed\ncd client\nnpm install\nnpm run build\nrails s\nvisit localhost:3000\n```\n\n###### Dev:\n```\nTab1:\nrails db:create\nrails db:migrate\nrails db:seed\nrails s\nTab2:\ncd client\nnpm install\nnpm start\nvisit localhost:3001\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-matt%2Fbuild_it","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode-matt%2Fbuild_it","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-matt%2Fbuild_it/lists"}