Skip to content

Mrigank11/db_minor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

db_minor

Build Instructions

  • Install golang
  • Clone this repo using
git clone https://github.com/Mrigank11/db_minor
  • To start server and download dependencies, run:
go run .
  • To build a binary, run:
# Make sure that you have `go-bindata` installed:
go get -u github.com/go-bindata/go-bindata/...
# Then, make a .go file from static files
go-bindata -o views/viewdata.go -pkg views templates templates/layout
# Create the binary
go build .

About

db minor project under Dr. Aruna Tiwari

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published