This project is crated to make a 3D Store project. I previously created NextJS project with SQLlite. This new project is using dotnet 6.0 and MySQL database. I also adding new features like notification, email etc.
Application support multiple users and each user has their own roles. Sellers can create their products to sell and Users can purchase those items.
- Secure user authentication system for registering, logging in, and updating user information.
- Mobile responsive user interface for a seamless shopping experience.
- Translation option for users in different regions.
- Ability to inspect the 3D product from every angle.
- Send notifications to individual users or all users.
- Send emails to users.
- Support assistant. (TODO)
- Seller panel for adding and removing 3D objects. (TODO)
- Purchase system for customers to buy products. (TODO)
- Planned search functionality for easier product searching. (TODO)
- There will be another react-native application will be created (TODO)
- Clone the repository to your local machine.
- Install dependencies using
dotnet restore
. - Add
appsettings.json
and fill in the required settings. - Build project with
dotnet build
. - Start the server using
dotnet run
. - Open
http://localhost:7063
to view it in the browser.
- Register or login with the authentication system.
- Explore the product list and click on a product to see its 3D object page.
- Inspect and interact with the 3D object by dragging and clicking.
- If interested, add the product to your shopping cart.
- Checkout by filling out the necessary payment and delivery information.
We welcome contributions from the open-source community. If you find any issues or bugs, please create an issue or pull request. Make sure to follow code standards and include useful tests.
You may want to familiarize yourself with the following technologies/libraries:
If you have any feedback about the project, please let me know. I am always looking for ways to improve the user experience.