Skip to content

namilabs/namilabs-in-beego

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Namilabs.com-in-beego

Build Namilabs.com site with Beego Framework (GoLang) and using [Beego Starter] (https://github.com/alesma/beego-starter). You can find the framework documentation on the official site Beego framework
Frontend build process uses Gulp, it compiles sass to css and allows you to write es6 js with babeljs, find the gulpfile here

Get it running

You will need a mysql installation (I am using mariadb).
The mysql connector is configured in main.go, which probably needs some changes according to your db setup.

Install go dependencies by running:

go get github.com/astaxie/beego github.com/beego/bee github.com/go-sql-driver/mysql github.com/twinj/uuid golang.org/x/crypto/bcrypt gopkg.in/gomail.v1 github.com/twinj/uuid

Run it with:

bee run

Gulp runs on nodejs and has its dependencies, install them with npm by running in /static

npm install

Run gulp with

gulp

#Credit AdminPanel : http://blacktie.co/2014/07/dashgum-free-dashboard/

About

Namilabs.com site with Beego Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published