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.
- Host: GitHub
- URL: https://github.com/acharayap03/tech-store
- Owner: acharayaP03
- Created: 2024-12-28T11:29:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-29T22:01:31.000Z (over 1 year ago)
- Last Synced: 2025-05-19T20:32:11.238Z (about 1 year ago)
- Topics: dapper, dotnet, moq, mssql, nextjs, react, react-query, tailwindcss, xunit
- Language: C#
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
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