Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 680 Bytes

README.md

File metadata and controls

44 lines (35 loc) · 680 Bytes

HarekazeCTF2018-server

  • HarekazeCTF2018 score server

Environment

  • golang > 1.9
  • mysql
  • redis

Used Web Framework

Run App

  1. clone
mkdir -p $GOPATH/src/github.com/TeamHarekaze
cd $GOPATH/src/github.com/TeamHarekaze
git clone https://github.com/TeamHarekaze/HarekazeCTF2018-server.git
  1. make config file
cd HarekazeCTF2018-server
cp .env.example .env
nvim .env
  1. install library
sh lib_install.sh
  1. run
go run main.go

Migrate

Run migrate.sql

Request Flow

request_flow.jpg

License

These codes are licensed under the MIT.