Skip to content

Releases: btnguyen2k/govueadmin.g8

template-v0.4.0

23 Nov 05:54
Compare
Choose a tag to compare
  • AB#54: Frontend migrated to CoreUI for Vue.js v4.1.0.
  • AB#55: I18n support in BE using goyai.
  • AB#56: Migrate dgrijalva/jwt-go to golang-jwt/jwt.
  • Others:
    • BO & DAO: add MySQL support.
    • Go libs update.

template-v0.3.0

17 Jul 14:52
Compare
Choose a tag to compare
  • Backend migrated to Echo v4.3.x.
  • AB#43: Frontend migrated to CoreUI for Vue.js v3.1.4.
  • AB#42: I18n support in FE using Vue-i18n.
  • AB#41: MongoDB implementation of BO & DAO.
  • AB#40: AWS DynamoDB implementation of BO & DAO.
  • AB#39: Azure Cosmos DB implementation of BO & DAO.
  • Others:
    • BE: bump to Go v1.13.
    • BE: migrate to built-in henge package to github.com/btnguyen2k/henge.
    • Restructure & Update dependency libs.

template-v0.2.0

22 Mar 02:02
8067631
Compare
Choose a tag to compare

template-v0.1.1

22 Mar 02:02
Compare
Choose a tag to compare
  • PostgreSQL implementation of BO & DAO.

template-v0.1.0

21 Jan 17:26
Compare
Choose a tag to compare
  • Frontend using CoreUI for Vue.js v3.0.0-beta.3.
  • Backend using Echo v4.1.x.
  • Sample features:
    • Login page & Logout
    • Dashboard
    • User group management (list, create, update, delete)
    • User management (list, create, update, delete, change password)
    • BO & DAO implementation using SQLite3
  • Sample .gitlab-ci.yaml & Dockerfile.