Giter VIP home page Giter VIP logo

moving's Introduction

MOVING

MOVING is a restful api server written in Golang for html5-moving-vue.

Overview

  • The REST API server is described by an OpenAPI 2.0 specification file located at server/swagger.yaml, which was generated using go-swagger.

  • The MOVING data are stored in dgraph-io/badger located at data/db.

Please note that there's a jounery log located at data/db/jounery.log which records all operations in sequence.

  • All ARTICLE and BOX image files located at data/assets and theirs metadata are aslo stored in dgraph-io/badger

  • There's a command tool generated using spf13/cobra which supports import/export data from/to an Excel file by selected item's tags, fields and properties. It's easily view/edit all Moving Items in Excel application.

  • The certs folder contains SSL certificate files that enable the server to run under the HTTPS scheme.

Because the client-side is running in SSL mode, the server must also be run in SSL mode.

Build & Run

> cd moving
> go mod tidy // run only once
> cd server/cmd
> go build -o moving-server main.go
> ./moving-server --tls-certificate=ssl/192.168.31.49.crt --tls-key=ssl/192.168.31.49.key --tls-host=192.168.31.49 --tls-port=8443 --scheme=https

moving's People

Contributors

alydnhrealgang avatar

Stargazers

 avatar  avatar

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.