gotoko icon indicating copy to clipboard operation
gotoko copied to clipboard

Basic E-commerce Web App built with GO

GoToko

Basic E-commerce Web App built with GO

Features

  • 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

Technology Stack

  • Golang :
    • Gorilla Mux (https://github.com/gorilla/mux)
    • Gorm (http://gorm.io)
    • Render (https://github.com/unrolled/render)
  • PostgreSQL
  • Bootstrap

References

  • https://levelup.gitconnected.com/crud-restful-api-with-go-gorm-jwt-postgres-mysql-and-testing-460a85ab7121
  • https://dasarpemrogramangolang.novalagung.com/