golang_API_backend_vuejs_SPA_frontend_docker

Modern application I made recently, using a Golang API backend + a Vue.js SPA frontend. Everything is running inside Docker containers.

  • 所有者: juliensalinas/golang_API_backend_vuejs_SPA_frontend_docker
  • 平台:
  • 許可證:
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Purpose

Application dedicated to presenting data from our various databases in a user friendly way. It consists of 2 Docker containers:

  • backend: Go exposing a RESTful API with the Go native net/http and json libs + gorilla/mux for routing
  • frontend: Nginx serving static Vue.js/axios/Vuetify.js

Features

  • user has to enter credentials in order to use the SPA
  • user can select various interfaces on the left pane in order to retrieve data from various db tables
  • user can decide either to only count results returned by db or get the full results
  • if results returned by db are lightweight enough then they are returned by the API and displayed within the SPA app inside a nice data table. User can also decide to export it as CSV.
  • if results are too heavyweight, then results are sent to user by email within a .zip archive
  • as input criteria, the user can enter text or CSV files listing a big amount of criteria
  • some user inputs are select lists whose values are loaded dynamically from db

More explanations

I wrote this blog article in order to comment/explain the application.

主要指標

概覽
名稱與所有者juliensalinas/golang_API_backend_vuejs_SPA_frontend_docker
主編程語言Go
編程語言Go (語言數: 5)
平台
許可證
所有者活动
創建於2018-03-11 08:57:28
推送於2018-03-12 14:32:56
最后一次提交2018-03-12 15:32:42
發布數0
用户参与
星數57
關注者數2
派生數27
提交數3
已啟用問題?
問題數0
打開的問題數0
拉請求數0
打開的拉請求數0
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?