Skip to content

Latest commit

 

History

History
executable file
·
58 lines (45 loc) · 3.03 KB

README.md

File metadata and controls

executable file
·
58 lines (45 loc) · 3.03 KB

Restaurant App

build status build status build status build status

coverage coverage coverage coverage

Android Build status iOS Build status

*Note Documentation is legacy, cause issue #20

The Restaurant App is a sample open source application powered by C# and Xamarin, this sample provides us how to build mobile and web applications with a clean architecture and write testable and clean code.

Using technologies

  • Back-end
    • ASP.NET Core Web API
    • Identity Server4
    • Entity Framework Core
    • PostgreSQL
    • SQL Server
  • Xamarin
    • Xamarin.Forms + Material Design
    • Custom Renderers
    • Reactive UI
    • Rx.NET
    • MVVM
    • Dependency Injection (Autofac)
  • Testing
    • BDD Unit testing
    • Moq
    • xUnit (backend)
    • NUnit (xamarin)
    • AutoFixture
  • DevOps
    • PowerShell
    • CI (AppVeyor)
    • Azure Deploy
    • Heroku Deploy - cooming soon
    • Docker Containers - cooming soon
  • Front-end

Development:

Future implementations:

  • Ordering foods using AI with neural network
  • Creating chatbot for this neural network