{"id":19473239,"url":"https://github.com/ajibs/votaholic","last_synced_at":"2026-04-13T20:32:18.175Z","repository":{"id":70001478,"uuid":"105300269","full_name":"ajibs/votaholic","owner":"ajibs","description":"Votaholic allows you connect with your audience by allowing users create polls and users can vote on polls.","archived":false,"fork":false,"pushed_at":"2018-01-02T08:45:27.000Z","size":1029,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-09T02:44:17.493Z","etag":null,"topics":["ejs-templates","javascript","mongodb","nodejs","voting-application"],"latest_commit_sha":null,"homepage":"https://votaholic.herokuapp.com","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ajibs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-09-29T17:37:04.000Z","updated_at":"2018-01-10T19:30:01.000Z","dependencies_parsed_at":"2023-02-23T12:16:29.160Z","dependency_job_id":null,"html_url":"https://github.com/ajibs/votaholic","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ajibs/votaholic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajibs%2Fvotaholic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajibs%2Fvotaholic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajibs%2Fvotaholic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajibs%2Fvotaholic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ajibs","download_url":"https://codeload.github.com/ajibs/votaholic/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajibs%2Fvotaholic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31770719,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["ejs-templates","javascript","mongodb","nodejs","voting-application"],"created_at":"2024-11-10T19:17:48.900Z","updated_at":"2026-04-13T20:32:18.137Z","avatar_url":"https://github.com/ajibs.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Votaholic\nVotaholic allows you connect with your audience by allowing users create polls and users can vote on polls.\n\nVotaholic is a [FreeCodeCamp](https://www.freecodecamp.org/) Project.\n\n\n## Feature List\n* Create as many polls as you like.\n* Vote on polls (user can only vote once per poll; based on user IP address).\n* Displays all polls on the app.\n* View details of a poll.\n* View all the polls you have created.\n* Authenticated user can create a custom option on a poll\n* Signup, Login and Logout of the app.\n\n\n## Getting Started\nVotaholic is hosted on heroku and can be accessed here:\n - [Production](https://votaholic.herokuapp.com/)\n\n## Prerequisites\n These are what you need installed on your computer to use the application:\n\n - Web Browser (Chrome, or Mozilla, or Safari, or Opera, or Microsoft Edge )\n\n #### For Developerss:\n - [Git](https://git-for-windows.github.io/)\n - [Node.js](https://nodejs.org/en/download/)\n - [MongoDb](https://www.mongodb.com/download-center#community)\n - [Yarn](https://yarnpkg.com/en/docs/install)\n     \n## Setup\n#### Local Copy\nTo create a local copy, run the following in your terminal:\n```bash\ngit clone https://github.com/ajibs/votaholic.git\n```\nThen change into the local directory, run the following in your terminal:\n```bash\ncd votaholic\n```\n\n#### Install Node.js and Yarn\nIf you don't have Node.js installed, please go ahead and grab it [here](https://nodejs.org/).\n\nYarn is a package manager for Node.js and can be installed from [here](https://yarnpkg.com/en/docs/install).\n\nTo confirm that you have Node.js installed, run the following in your terminal:\n```bash\nnode -v\n```\nYou should get something like `v8.9.1`.\n\nTo confirm that you have Yarn installed, run the following in your terminal:\n```bash\nyarn -v\n```\nYou should get something like `1.3.2`.\n\n#### Setup Database and .env file\nYou can setup a database on [mlab](https://mlab.com/). You should also create a `.env` file using `.env.sample` as a prototype.\n\n#### Install Node.js Modules\nTo install all dependencies, run the following in your terminal:\n```bash\nyarn\n```\n\n## Development\nTo kickstart the application, run the following in your terminal:\n```bash\nnode server.js\n```\n\n## Built With\n\n- [Git](https://git-scm.com/) - Version Control\n- [Node.js](https://nodejs.org/) - JS Runtime Environment\n- [Yarn](https://yarnpkg.com) - Package Manager\n- [Express](https://expressjs.com/en/starter/installing.html) - Web Framework\n- [EJS](http://ejs.co/) - Templating Engine\n- [mLab](https://mlab.com/) - Database \n- [Heroku](www.heroku,com) - Hosting and Continuous Deployment\n- [VS Code](https://code.visualstudio.com/) - Code Editor\n- [Chrome](https://www.google.com/chrome/browser/desktop/index.html) - Browser\n\n\n## Author\n\n* [Bolu Ajibawo](https://github.com/ajibs)\n\n\n\n## Acknowledgments\n* [FreeCodeCamp](https://www.freecodecamp.org/)\n* [Chingu](https://chingu-cohorts.github.io/chingu-directory/)\n* Red Pandas\n* Developer Community\n* Family\n* Friends\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajibs%2Fvotaholic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajibs%2Fvotaholic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajibs%2Fvotaholic/lists"}