Basic E-commerce Web App built with GO
- Home Page
- Register, Login, Profile User
- Products Page
- Single Product Page
- Shopping Cart
- Checkout
- Shipping Cost Calculation
- Payment Gateway
- Order History
- Admin Panel:
- Dashboard
- Manage Products
- Manage Orders
- Manage Users
- Reports
- Configuration
- Golang :
- Gorilla Mux (https://github.com/gorilla/mux)
- Gorm (http://gorm.io)
- Render (https://github.com/unrolled/render)
- PostgreSQL
- Bootstrap