Skip to content
This repository has been archived by the owner on Sep 28, 2018. It is now read-only.

pittcsc/icarus-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icarus-backend

Go Backend for Icarus

Installation

Do not clone with git!

Please run

go get github.com/Pitt-CSC/icarus-backend

to download the files, which will install them into the correct location ($GOPATH/src/github.com/Pitt-CSC/icarus-backend)

Dependencies

Despite having a Goopfile, we're currently not actually using Goop. The dependencies thus far are:

Please install them both with go get after cloning the repo.

Setup

Before running any code, you need to migrate the database. You can do this using

go run lib/migrate.go

You will also need to re-run this script any time a model's structure is updated, and whenever new models are added.

Running Code

go build
./icarus-backend

Releases

No releases published

Packages

No packages published

Languages