Skip to content

erenokur/dotnet-3DStore-backend

Repository files navigation

THIS PROJECT UNDER CONSTRUCTION 🚧 Under construction 🚧

dotnet-todo-backend

Overview

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.

Features

  • 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)

Installation

  1. Clone the repository to your local machine.
  2. Install dependencies using dotnet restore.
  3. Add appsettings.json and fill in the required settings.
  4. Build project with dotnet build.
  5. Start the server using dotnet run.
  6. Open http://localhost:7063 to view it in the browser.

Usage

  1. Register or login with the authentication system.
  2. Explore the product list and click on a product to see its 3D object page.
  3. Inspect and interact with the 3D object by dragging and clicking.
  4. If interested, add the product to your shopping cart.
  5. Checkout by filling out the necessary payment and delivery information.

Contributing

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.

Resources

You may want to familiarize yourself with the following technologies/libraries:

Feedback

If you have any feedback about the project, please let me know. I am always looking for ways to improve the user experience.

Releases

No releases published

Packages

No packages published

Languages