muarachmann / muarachmann.com

My personal website built with GoLang / Hosted on gcloud app engine

Home Page:http://www.muarachmann.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

muarachmann.com

My personal protfolio site. This can be used as a start off point for anyone willing to learn go and do same!

NB This application uses go 1.12.6 as main programming language. Install it if you don't yet have it via the official documentation.

Setup

Clone the repo

git clone "github.com/muarachmann/muarachmann.com"

Install dependencies locally:

Get into the source's code directory

cd muarachmann.com

We use the dep to managing the various dependencies. Make sure to download and install it if you don't have. Run the following:

dep init

Configure your app environment variables with the sample .env-example

cp .env-example .env

Run the application by typing the following command:

go run main.go

Navigate to the browser and type

localhost:3000

Enjoy!!!

About

My personal website built with GoLang / Hosted on gcloud app engine

http://www.muarachmann.com

License:MIT License


Languages

Language:CSS 39.9%Language:HTML 37.1%Language:JavaScript 18.1%Language:Go 4.9%