soekarnohatta / PilEk

Kenang Kenangan Sebelum Perpisahan :) Dikelola Oleh Pusdatin OSIS SMAIA 19

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PilEK

PilEk (PemiLu Elektronik) Berbasis Golang Dengan Kerangka Echo

Build Status

This codebase was created to demonstrate a fully fledged fullstack application built with Golang/Echo including CRUD operations, authentication, routing, pagination, and more.

Getting started

Install Golang (go1.11+)

Please check the official golang installation guide before you start. Official Documentation Also make sure you have installed a go1.11+ version.

Environment Config

make sure your ~/.*shrc have those variable:

$  echo $GOPATH
/Users/nayef/go
$  echo $GOROOT
/usr/local/go/
$  echo $PATH
...:/usr/local/go/bin:/Users/nayef/test/bin:/usr/local/go/bin

For more info and detailed instructions please check this guide: Setting GOPATH

Clone the repository

Clone this repository:

git clone https://github.com/soekarnohatta/PilEk.git

Or simply use the following command which will handle cloning the repo:

go get -u -v github.com/soekarnohatta/PilEk.git

Switch to the repo folder

cd $GOPATH/src/github.com/soekarnohatta/PilEk.git/PilEk

Install dependencies

go mod download

Run

go run .

Build

go build

Contributors

  • Pusdatin OSIS SMAIA 19
  • Folks on GH

About

Kenang Kenangan Sebelum Perpisahan :) Dikelola Oleh Pusdatin OSIS SMAIA 19

License:MIT License


Languages

Language:Go 40.4%Language:Vue 35.2%Language:JavaScript 20.2%Language:Dockerfile 2.0%Language:Makefile 1.2%Language:HTML 1.0%