https://github.com/will9191/ecommerce-doc
Documentation of W Clothing
https://github.com/will9191/ecommerce-doc
angular ecommerce java spring typescript
Last synced: 2 months ago
JSON representation
Documentation of W Clothing
- Host: GitHub
- URL: https://github.com/will9191/ecommerce-doc
- Owner: will9191
- Created: 2024-12-31T18:38:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-13T22:42:38.000Z (over 1 year ago)
- Last Synced: 2025-02-13T23:32:19.259Z (over 1 year ago)
- Topics: angular, ecommerce, java, spring, typescript
- Homepage: http://wclothing.s3-website.us-east-2.amazonaws.com/
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# W Clothing
Hi everyone, this is the documentation of the W Clothing ecommerce website.
This is a project where I spent a lot of time mastering my skills. I learned a lot, both in terms of software development and organization.
I'll leave a summary of everything I did and used in the project below so you can find out every detail, and if you want, feel free to access and test the website.
## Technologies used
**Front-end:** Angular, TypeScript HTML, SCSS, Tailwind
**Back-end:** Java, Spring Boot
**Database:** PostgreSQL
**Cloud**: AWS (Elastic Beanstalk, EC2, S3, RDS)
**Containerization**: Docker
**API Test**: Postman
## Features
- Login
- Register
- Change password
- Forgot password
- Reset password
- Real-time update of payment status (Socket)
- Product pagination (lazy loading)
- Reviews for products
- Product filter by gender, color, size and category
- Sort products by price high-low and low-high
- Stock control
- Add Item to Cart
- Remove Cart Item from Cart
- Increase and decrease Cart Item quantity
- Automatic adjustment of quantity if the item was added when it had the quantity but is no longer available
- Remove Cart Item if quantity available is 0
- Make Orders
- Address creation, editing and deletion
- CEP search
- Favorite product
- Favorites section for products you want
- Responsive design
- Admin dashboard to manage all system
- Orders Insights
## Deploy
To access this project and see more you can access this link:
http://wclothing.s3-website.us-east-2.amazonaws.com
## Screenshots
Here are some screenshots to give you a glimpse of the site and the code












