Skip to content

Speakerkfm/web-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD psu server

Installation

  1. Download project
$ go get github.com/Speakerkfm/web-crud
$ cd $GOPATH/src/github.com/Speakerkfm/web-crud
  1. Create database
$ make migrations
  1. Install dependencies
$ dep ensure
  1. Configure .env
$ cp .env.dist .env
  1. Run server
$ make run
  1. Run client in another terminal
$ go run cmd/client/main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published