Skip to content

jerseyctf/jerseyctf-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go

jerseyctf-website

NJIT ACM's website for registration and information on the JerseyCTF event. (jerseyctf.com)

NJIT ACM Logo

Technical Details

  • A dynamic site that uses HTML templates, from the go standard library
  • The back-end (web server) is written in golang-go
  • The front-end is written using Bootstrapv5

Usage

# To test JCTF site locally
# Required: go (golang) 
# Optional: make
$ git clone https://github.com/jerseyctf/jerseyctf-website.git
$ cd jerseyctf-website/src
$ go build main.go
# Optionally: use `make`
-----
Running:
# If MacOS / Linux:
$ ./main  
# If Windows:
$ ./main.exe
- Go to http://localhost:9990

Purpose

About

The website for the JerseyCTF Site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 61.1%
  • Go 33.4%
  • CSS 4.3%
  • Other 1.2%