I can feel it, you're hungry. let me get you a burger in the blink of an eye! a complete, featureful and fantsy delivery application built in flutter ( with the help of GetX ) and fastapi.
note: client and server are two seprated projects embedded in one repository. if you wish, you can connect them together :)
client:
- An introduction page to show the capabilities of the app.
- Authentication with sms ( register + login ) and code verification page.
- Home page with the list of newsest food and restaurants + searching.
- Card page where you can add your bank card.
- Cart page with the list of products you wanna buy.
- Your profile section and sign out.
- Foods and restaurants detail page.
flutter:
- clone the repo
- flutter pub get
- flutter run
fastapi:
- clone the repo
- pipenv shell && pipenv install
- uvicorn main:app
enjoy!