An open API service indexing awesome lists of open source software.

https://github.com/acharayap03/tech-store

Tech store is a ecommerce app build with .net core, mssql and dapper orm as a backend and next js, react, typescript, react query at the front end.
https://github.com/acharayap03/tech-store

dapper dotnet moq mssql nextjs react react-query tailwindcss xunit

Last synced: about 2 months ago
JSON representation

Tech store is a ecommerce app build with .net core, mssql and dapper orm as a backend and next js, react, typescript, react query at the front end.

Awesome Lists containing this project

README

          

Tech store

This demo project is built with ASP.NET core using dapper as a ORM which is designed to be fast and efficient, providing a way to map database query results to .NET objects with minimal overhead.


dot net logo
dot net logo

This project contians

- ASP.NET core with dapper in the backend with mssql database
- (may be ms identity server for auth to be deciced)
- Xunit and moq for unit testing
- React with react router and react query for admin enventory management ( workin progress )
- clerk for Frontend authentication
- github actions for CI/CD