{"id":22859513,"url":"https://github.com/mazeor7/delivery-online","last_synced_at":"2025-03-31T08:20:47.840Z","repository":{"id":210317385,"uuid":"662035642","full_name":"mazeor7/Delivery-Online","owner":"mazeor7","description":"A simulation delivery made all in Java, via command line","archived":false,"fork":false,"pushed_at":"2024-01-10T12:05:35.000Z","size":2378,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-06T12:48:04.882Z","etag":null,"topics":["command-line","command-line-tool","database","delivery","delivery-service","java","mysql","mysql-database"],"latest_commit_sha":null,"homepage":"","language":"Java","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/mazeor7.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}},"created_at":"2023-07-04T08:09:48.000Z","updated_at":"2024-01-17T16:09:48.000Z","dependencies_parsed_at":"2024-01-10T09:46:43.938Z","dependency_job_id":null,"html_url":"https://github.com/mazeor7/Delivery-Online","commit_stats":null,"previous_names":["matteotorna/deliveryonline","matteotorna/delivery-online","mazeor7/delivery-online"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mazeor7%2FDelivery-Online","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mazeor7%2FDelivery-Online/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mazeor7%2FDelivery-Online/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mazeor7%2FDelivery-Online/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mazeor7","download_url":"https://codeload.github.com/mazeor7/Delivery-Online/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246436340,"owners_count":20776995,"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":["command-line","command-line-tool","database","delivery","delivery-service","java","mysql","mysql-database"],"created_at":"2024-12-13T09:07:09.612Z","updated_at":"2025-03-31T08:20:47.815Z","avatar_url":"https://github.com/mazeor7.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# 🚀 Command Line Delivery - Order, Relax, Enjoy!\n\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n  Welcome to Command Line Delivery, your go-to solution for online food ordering without leaving your command line! 🍕🌮\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n## 🌐 Project Overview\n\n\u003c/div\u003e\n\nCommand Line Delivery is a cutting-edge project designed to streamline the online ordering process directly through your console. This application enables you to explore menus, place orders, and savor your meal-all within the command line environment.\n\n\u003cdiv align=\"center\"\u003e\n\n## 🚀 Key Features\n\n\u003c/div\u003e\n\n- **Menu:** Effortlessly navigate through the menu and choose your favorite dishes.\n- **Easy Ordering:** Complete orders seamlessly with just a few commands, no hassles.\n\n\u003cdiv align=\"center\"\u003e\n  \n## 📊 Data Storage\n\u003c/div\u003e\n\nAll data, including menu items, orders, and user information, is stored in the database for a seamless and reliable experience.\n\n\u003cdiv align=\"center\"\u003e\n\n## 💻 Installation and Usage\n\n\u003c/div\u003e\n\n1. **Clone the repository:**\n   ```sh\n   git clone https://github.com/matteotorna/DeliveryOnline.git\n\n2. **Download MySQL:**\n   ```sh\n   https://dev.mysql.com/downloads/mysql/\n\n3. **Create db:**\n   ```sh\n   mysql -u root -p -e \"CREATE DATABASE justeat;\"\n\n4. **Create user for db:**\n   ```sh\n   mysql -u root -p -e \"CREATE USER 'justeatuser'@'localhost' IDENTIFIED BY 'password'; GRANT ALL PRIVILEGES ON justeat.* TO 'justeatuser'@'localhost';\"\n\n5. **Navigate to the project directory:**\n   ```sh\n   cd DeliveryOnline\n\n6. **Compile the application:**\n   ```sh\n   javac -d bin src/com/justeat/*.java\n\n7. **Run the application:**\n   ```sh\n   java -cp bin com.justeat.test.Test\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmazeor7%2Fdelivery-online","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmazeor7%2Fdelivery-online","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmazeor7%2Fdelivery-online/lists"}