Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miguebarrera/mibocata
.NET 6 reference application using .NET MAUI, .NET CORE API, .NET6! A full business sample!!
https://github.com/miguebarrera/mibocata
demo dotnet maui maui-apps microsoft mobile-app
Last synced: about 2 months ago
JSON representation
.NET 6 reference application using .NET MAUI, .NET CORE API, .NET6! A full business sample!!
- Host: GitHub
- URL: https://github.com/miguebarrera/mibocata
- Owner: migueBarrera
- License: other
- Created: 2020-04-19T18:29:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T11:04:52.000Z (9 months ago)
- Last Synced: 2024-03-26T12:27:59.084Z (9 months ago)
- Topics: demo, dotnet, maui, maui-apps, microsoft, mobile-app
- Language: C#
- Homepage:
- Size: 2.94 MB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.es.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Mibocata - Aplicacción de ejemplo
[![es](https://img.shields.io/badge/lang-es-green.svg)](https://github.com/migueBarrera/MiBocata/blob/master/README.es.md)
[![en](https://img.shields.io/badge/lang-en-red.svg)](https://github.com/migueBarrera/MiBocata/blob/master/README.md)### Este repositorio contiene una serie de proyectos que representan todo el sofware de una empresa ficticia tipo JustEat, Glovo u otras.
### Contiene el backend, aplicación de gestion de pedidos y store enfocada al empresario y aplicación enfocada a los clientes que realizarán pedidos a las tiendas.## Tecnologías
* Ambas apps (Businnes y Client) estan realizadas en [.NET 6 MAUI](https://docs.microsoft.com/es-es/dotnet/maui/what-is-maui)
* Bussines implementa WinUI , IOS y Android
* Client implementa IOS y Android
* El backend usa Asp .net6 Api con base de datos MySql
* El acceso a datos se realiza con Entity Framework Core y los modelos son compartidos en todos los proyectos
------### Screenshots
#### Businnes
![Sign In](images/businnes/signin.png)
![Orders](images/businnes/orders.png)
![Store](images/businnes/store.png)
![Products](images/businnes/products.png)#### Client
![Stores](images/client/stores.png)
![Profile](images/client/profile.png)
![Store](images/client/store.png)
![Cart](images/client/cart.png)------
### TODO
- [ ] Finalizar port a .net maui# Contributing
Este proyecto acepta cualquier tipo de aporte de todos los usuarios. Solo tienes que hacer tu Pull Request.**Happy coding! :sparkles: :camel: :boom:**