GithubHelp home page GithubHelp logo

puneetugru / golang_api_backend_vuejs_spa_frontend_docker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from juliensalinas/golang_api_backend_vuejs_spa_frontend_docker

0.0 1.0 0.0 42 KB

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

Go 51.03% Shell 0.06% JavaScript 14.46% HTML 0.21% Vue 34.24%

golang_api_backend_vuejs_spa_frontend_docker's Introduction

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.

golang_api_backend_vuejs_spa_frontend_docker's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.