A full-stack web application with user authentication, allowing customers to browse and buy products, and admins to maanage there products and orders recieved.
- react.js typescript
- C# ASP.NET RESTapi
- css
- mysql
https://github.com/alahmad-loay/e-commerce-clothing-webapp.git
Configure your database connection details in an appsettings.json file. Build and run the solution file from the "Backend" folder in Visual Studio.
go to services then base url
change to the local host your backend is running at
Navigate to the "Frontend" directory
Install required npm packages
npm install
npm start