- This project is a clone of the TrendyolApp. It is a simple e-commerce mobile app that allows users to browse products, add them to their cart, and purchase them
Client: SqlLite,Xamarin
Server: Graphql,C#,Asp.Net Core,Entity Framework,Sql Server,Graphql,Firebase
- Login, Register(Firebase)
- Cart Operations(SqlLite)
- Product List Operations(Graphql)
- Clone the project
git clone https://github.com/ourcelik/TrendyolApp.git
- Go to the project directory
cd TrendyolApp
- If you are using visual studio, open the solution file then chose multiple startup projects and set TrendyolAppGraphQLBackend and TrendyolApp.Android as startup projects. Then run the project.