{"id":15602364,"url":"https://github.com/melashu/event_scheduling_app","last_synced_at":"2026-04-18T06:37:12.778Z","repository":{"id":170133465,"uuid":"640241068","full_name":"melashu/event_scheduling_app","owner":"melashu","description":"The application allows users to create events, book events, receive email notifications, integrate with payment providers, and cancel events.","archived":false,"fork":false,"pushed_at":"2023-07-14T08:34:11.000Z","size":202,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T12:47:23.215Z","etag":null,"topics":["posgresql","ruby-on-rails","tailwindcss"],"latest_commit_sha":null,"homepage":"","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/melashu.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":"2023-05-13T12:49:19.000Z","updated_at":"2023-05-20T10:09:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"480ab2b6-2bd6-41f6-b7ed-08b8d07f7949","html_url":"https://github.com/melashu/event_scheduling_app","commit_stats":null,"previous_names":["melashu/event_scheduling_app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/melashu/event_scheduling_app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melashu%2Fevent_scheduling_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melashu%2Fevent_scheduling_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melashu%2Fevent_scheduling_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melashu%2Fevent_scheduling_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/melashu","download_url":"https://codeload.github.com/melashu/event_scheduling_app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melashu%2Fevent_scheduling_app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31959883,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["posgresql","ruby-on-rails","tailwindcss"],"created_at":"2024-10-03T02:41:17.083Z","updated_at":"2026-04-18T06:37:12.761Z","avatar_url":"https://github.com/melashu.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# event-scheduling\n\n\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n\n# 📗 Table of Contents\n\n- [📗 Table of Contents](#-table-of-contents)\n- [📖 event scheduling](#event-scheduling)\n  - [🛠 Built With ](#-built-with-)\n  - [💻 Getting Started ](#-getting-started-)\n    - [Prerequisites](#prerequisites)\n    - [Setup](#setup)\n    - [Usage](#usage)\n  - [👥 Authors ](#-authors-)\n  - [🤝 Contributing ](#-contributing-)\n  - [⭐️ Show your support ](#️-show-your-support-)\n  - [📝 License](#-license)\n\n# 📖 event-scheduling \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\nThe application allows users to create events, book events, receive email notifications, integrate with payment providers, and cancel events.\n\n## 🛠 Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\n\n- Rails 7\n- PostgreSQL\n- tailwinduicss  \n\n## 💻 Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\nTo get a local copy up and running, follow these steps.\n### Prerequisites\n\n- Install node package manager. [Download Node](https://nodejs.org/dist/v18.12.1/node-v18.12.1-x64.- Install [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)\n- Install [Ruby version 3.1.2(2022-04-12 revision)](https://rubyinstaller.org/)\n- Install [Visual Studio Code](https://code.visualstudio.com/download) or other code editor\n\n\n### Setup\n\nOpen your vscode then\n\nOpen your terminal\n\nClone this repository to your desired folder\n\n`https://github.com/melashu/event_scheduling_app.git`\n\ncd `event_scheduling_app`\n\nRun `bundler install`\n\nConfigure database.yml as of your environment\n\n```ruby\ndefault: \u0026default\n  adapter: postgresql\n\n  pool: \u003c%= ENV.fetch(\"RAILS_MAX_THREADS\") { 5 } %\u003e\n\ndevelopment:\n  \u003c\u003c: *default\n  database: lemon_backend\n  adapter: postgresql\n  encoding: unicode\n  host: localhost\n  port: \u003cYOUR_PORT\u003e\n  encoding: unicode\n  username: \u003cYOUR_USERNAME\u003e\n  password: \u003cYOUR_PASSWORD\u003e\n\ntest:\n  \u003c\u003c: *default\n  database: lemon_test_backend\n  host: localhost\n  port: \u003cYOUR_PORT\u003e\n  adapter: postgresql\n  encoding: unicode\n  username: \u003cYOUR_USERNAME\u003e\n  password: \u003cYOUR_PASSWORD\u003e\n```\n\nThen \nRun `rails db:create db:migrate db:seed`\n\nRun `bin/dev` on your terminal \n\n\n### Usage\n\nAfter runing `bin/dev`\n \n On your browser user `localhost:5000` to acess regular users page \n\n You can create user account and login to the page or \n\n Use the following login information\n  ```\n  emial: user102@gmail.com\n    password: 12345678\n\n```\n\nTo access the admin page user \n\n`localhost:5000/admin` \n\nuse the following login information\n\n    ```\n    emial: meshu.amare@gmail.com\n    password: 12345678\n    \n    ```\n\n\n## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 Melashu Amare\n\n- GitHub: [@melashu](https://github.com/melashu)\n- Twitter: [@meshu102](https://twitter.com/meshu102)\n- LinkedIn: [Melashu Amare](https://www.linkedin.com/in/melashu-amare/)\n\n\n## 🤝 Contributing \u003ca name=\"contributing\"\u003e\u003c/a\u003e\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page.](https://github.com/melashu/event_scheduling_app/issues)\n\n## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\nGive a star if you like this project!\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelashu%2Fevent_scheduling_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmelashu%2Fevent_scheduling_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelashu%2Fevent_scheduling_app/lists"}