Categorygithub.com/anthonylaiuppa/ezctf-api
modulepackage
0.0.0-20190419180608-d0d7a61ca1f8
Repository: https://github.com/anthonylaiuppa/ezctf-api.git
Documentation: pkg.go.dev

# README

EZCTF-API

Overview


Go Report Card

This is the API written to accompany the ReactJS front end portion of the EZCTF - Webapp.

A continuation of my EZCTF app from last year.

I thought it would be fun to rewrite it with a different approach using Golang/ReactJS.

Since this is largely for learning somethings may not be quite perfect.

In its current state authentication middleware is installed and basic CRUDs are present.

Next step is to add CTF related logic to the API.

Running

export DBCONNSTRING="postgres://USERNAME:PASSWORD@HOST:5432/database?connect_timeout=10

go run main.go

# Packages

No description provided by the author