Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 538 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 538 Bytes

Collaborative Research Paper Review System

Building

  1. Ensure you have Go installed (http://golang.org/doc/install)
  2. Create a Go build environment (http://golang.org/doc/code.html#GOPATH)
  3. Change in the backend folder and run go get to fetch the various dependencies.
  4. Compile the backend (in backend/ run: go build)

Running the front-end

  1. From the frontend/app directory, run: python -m SimpleHTTPServer
  2. Go to http://localhost:8000 in your browser