https://github.com/hootbu/pizzaordersystem
Akbank Python Bootcamp Graduation Project - Created by Emir Yorgun
https://github.com/hootbu/pizzaordersystem
Last synced: 2 months ago
JSON representation
Akbank Python Bootcamp Graduation Project - Created by Emir Yorgun
- Host: GitHub
- URL: https://github.com/hootbu/pizzaordersystem
- Owner: hootbu
- License: apache-2.0
- Created: 2023-03-11T15:05:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-11T15:22:12.000Z (about 2 years ago)
- Last Synced: 2025-02-06T17:13:50.370Z (4 months ago)
- Language: Python
- Homepage:
- Size: 276 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Pizza Order System
### Project Overview
#### Would you like to open a pizza shop? Then this project could be your dream project. The project aims to have users design their own pizzas and add the user to the database after paying. So what kind of tasks do we have in this project? The Pizza Order system starts with the users choosing the pizza on the menu and the sauces they want. They have to pay with their choice of sauce and pizza. Users are required to pay by credit card. Each pizza has a description and price. Note that these values must be set as a constant value within the classes.
#### An order system that accesses the menu from the 'Menu.txt' file and then saves user information to the 'Orders_Database.CSV' file.
#### Note: Menu.txt file is required to run.
-----------------------------------------------------------------------------------------------
## Pizza Sipariş Sistemi
### Projeye Genel Bakış
#### Pizzacı Dükkanı mı açmak istiyorsunuz? O zaman bu proje hayalinizdeki proje olabilir. Proje, kullanıcıların kendi pizzalarını tasarlamalarını ve ödeme yaptıktan sonra kullanıcıyı veri tabanına eklemelerini hedefliyor. Peki bu projede ne tür görevlerimiz var? Sistem, kullanıcıların menüdeki pizzayı ve istedikleri sosu seçmesiyle başlar. İkinci aşama olarak seçtikleri sos ve pizzayı seçtikten sonra ödemeye kısmına geçiş yaparlar. Kullanıcılar ödemelerini kredi kartı ile yapacaktır. Her pizzanın bir açıklaması ve fiyatı vardır. Açıklama ve fiyat sınıflar içinde sabit bir değer olarak ayarlanması gerektiğine dikkat edin.
#### Menüye 'Menu.txt' dosyasından erişim sağlayan ve sipariş tamamlandıktan sonra kullanıcı verilerini 'Orders_Database.CSV' dosyasına kaydeden bir sipariş sistemi.
#### Not: Çalıştırabilmek için 'Menu.txt' dosyasına ihtiyacı vardır.