Skip to content

lu-chi/WebApplication

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Software

All things software related

Setup Golang Server

Install Go

cd go-server && source exports.sh

cd src/main && go get

go build && ./main

Set up client testing environment

cd <project-root>/go-server

sudo npm install

npm run update-webdriver

End to end tests

npm run protractor

Unit tests

npm run test

About

All things software related

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 48.7%
  • JavaScript 26.1%
  • HTML 21.0%
  • CSS 2.9%
  • Shell 1.3%