Coder Social home page Coder Social logo

valasek / quasar-starter-kit-go-gin Goto Github PK

View Code? Open in Web Editor NEW
14.0 1.0 2.0 3.32 MB

Quasar Framework starter kit using Go and Gin

License: MIT License

JavaScript 20.97% Vue 20.61% CSS 1.56% HTML 2.83% Go 54.03%
quasar-framework quasar go golang gin gin-gonic starter-kit starter-template starter-project

quasar-starter-kit-go-gin's Introduction

Go / Gin / Quasar Framework Starter Kit

Features

    ✓ Allows you to start server on HTTPS / HTTP

    ✓ Includes file download example

    ✓ Includes file upload example

DB support can be added via go/db or e.g. via gorm- Gorm

Standing on the shoulders of giants

Go, Gin web framework, Vue, Quasar

Go Backend

JS Frontend

Prerequisites

Getting Started

Step 1. Clone the latest version of Go / Gin / Quasar Framework Starter Kit on your local machine by running:

$ git clone -o quasar-starter-kit-go-gin -b master --single-branch https://github.com/valasek/quasar-starter-kit-go-gin.git MyApp
$ cd MyApp

Client

Step 2. Install project dependencies listed in client/package.json files:

$ cd client
$ npm install                   # Install Node.js dependencies

or using Yarn:

$ yarn                          # Install Node.js dependencies

Step 3. Launch your web app:

$ quasar dev                      # Compile and lanch the app, the same as running: npm dev or yarn dev

The app should become available at http://localhost:8080/. See client/package.json for other available commands such as quasar build etc.

Server

Step 4. Launch your server:

$ cd ../server
$ go run quasar-starter-kit-go-gin.go server    # Will install required Go packages and run the server in dev mode

The server will listen on http://localhost:3000/.

How to Update

You can always fetch and merge the latest changes from this (upstream) repo back into your project by running:

$ git checkout master
$ git fetch quasar-starter-kit-go-gin
$ git merge quasar-starter-kit-go-gin/master 

How to Contribute

Anyone and everyone is welcome to contribute. The best way to start is by checking our open issues, submit a new issues or feature request, participate in discussions, upvote or downvote the issues you like or dislike, send pull requests.

Get in Touch

Twitter, Web

License

Copyright © 2019-present Stanislav Valasek. This source code is licensed under the MIT


Made by Stanislav Valasek @valasek

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.