Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.53 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.53 KB

Sabor Express

Python Poetry

This project is a food delivery app written in Python.

In this application of a food delivery platform like iFood and Zé Delivery, there will be several functionalities, such as restaurant and food registration, delivery service and user reviews.

Table of Contents

Installation

  1. Clone the repository:
git clone https://github.com/alxporto/saborexpress.git
  1. Install Python
  2. Install the VS Code Python Extension

Usage

  1. In the terminal, change to the directory saborexpress and run the application with the following command:
python app.py

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request to the repository.

When contributing to this project, please follow the existing code style, commit conventions, and submit your changes in a separate branch.