Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmartin46/gotcloth
An e-commerce website for a clothing store utilzing ASP.NET Core for the backend and React for the frontend of the application.
https://github.com/mmartin46/gotcloth
csharp ecommerce-website netcore react
Last synced: about 8 hours ago
JSON representation
An e-commerce website for a clothing store utilzing ASP.NET Core for the backend and React for the frontend of the application.
- Host: GitHub
- URL: https://github.com/mmartin46/gotcloth
- Owner: mmartin46
- Created: 2024-05-21T18:03:59.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-31T17:00:54.000Z (3 months ago)
- Last Synced: 2024-07-31T20:17:17.583Z (3 months ago)
- Topics: csharp, ecommerce-website, netcore, react
- Language: JavaScript
- Homepage:
- Size: 2.84 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GotCloth.NET
A functional e-commerce website for a clothing store utilzing ASP.NET Core for the backend and React for the frontend of the application.
## Key Features
#### User Authentication and Authorization
- Implemented registration/login functionality.#### Product Configuration
- Integrated RESTful APIs utilizing .NET Core to showcase products.### Shopping Cart
- Users can choose which products they would like to purchase.- Users can utilize CRUD operations to manage their shopping carts.
### Screenshots / Footage
### Technologies Used
#### Backend: ASP.NET Core, Entity Framework Core, T-SQL#### Frontend: React, AJAX, Bootstrap, JQuery