https://github.com/el-ouardy/mw-ecoapp
This was my first project, I worked on it during my self-learning journey. It's where I applied all my acquired knowledge, aiming to tackle real-world scenarios.
https://github.com/el-ouardy/mw-ecoapp
angular asp-net mvc5 typescript
Last synced: about 2 months ago
JSON representation
This was my first project, I worked on it during my self-learning journey. It's where I applied all my acquired knowledge, aiming to tackle real-world scenarios.
- Host: GitHub
- URL: https://github.com/el-ouardy/mw-ecoapp
- Owner: EL-OUARDY
- Created: 2019-01-31T13:44:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-15T16:24:54.000Z (about 2 years ago)
- Last Synced: 2025-04-29T22:44:10.041Z (about 1 year ago)
- Topics: angular, asp-net, mvc5, typescript
- Language: JavaScript
- Homepage:
- Size: 21.4 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Training Project: Online Shopping Store
## Project Overview
This project is all about creating a full online store from scratch. It was my main practice ground where I put everything I learned in my self-learning journey into action. I aimed to understand and implement every aspect of a real online shopping experience.
## Tech Stack
- **Frontend:** ``Angular 7`` (Typescript)
- **Backend:** ``ASP.net MVC 5 WebAPI`` (C#)
- **Database:** ``SQL SERVER`` (Entity Framework)
## Features
- Admin control panel
- Client dashboard
- Product management (CRUD operations)
- Order management (CRUD operations)
- Shopping cart system
- Implementing permissions and roles
- Handling uploaded images
- Designing an appealing UI
- And more ....
## Conclusion
In this project, I've learned how to make a complete basic online store. I got really good at using ASP.net WebAPI and Angular framework to create the website and manage things like users, products, shopping cart, images, and orders. It was hands-on learning that showed me how everything works in a real online shop. Understanding each part of how an online store runs was eye-opening. This project was like a deep dive into the real world of building websites, giving me a solid grasp on handling complex web applications.