A simple, enterprise-grade, database-first e-commerce platform.
View Demo »
Explore the docs
·
Report Bug
·
Request Feature
Table of Contents
An experimental e-Commerce platform written in C# and TSQL. This project is for education purpose only as I intentionally shift as much logics to the database as possible. For the entities and database design, please refer to the drawio document.
The technologies and tools used within this project.
- .NET Core
- .NET MVC
- Pnpm
- TailwindCSS/DaisyUI
- JavaScript
- jQuery
- React
- TSQL/SQL Server
- Powershell
- xUnit
The list of tools that is used when development.
- Visual Studio
- npm
npm install npm@latest -g
- Pnpm
npm i -g pnpm
- Git
- .NET CLI
To run this template project in your local for personal use or contribution, simply perform the following.
- Clone the repo
git clone https://github.com/data-miner00/Sway.git
- Install Node dependencies
pnpm i
- Restore Nuget
dotnet restore
- Build projects
dotnet build
- Restore database (steps coming soon..)
- Run Mvc
dotnet run --project src/Sway.Web.Mvc/Sway.Web.Mvc.csproj
- Add OAuth/OIDC/Okta authentication
- Add QRCode
- Add export history
- Add notification
- Use RabbitMQ
- Use Grafana for telemetry tracking
- Create AzurePipelines CI
- Configure code coverage with report generator
- Create GraphQL API
- Create API
- Create Blazor portal
- Create Mobile App
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
List of resources that are helpful and would like to give credit to.