Skip to content

nearlynithin/atlus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atlus


A 30-days-of-code like event at SJEC, aiming to help students to learn and build upon their critical thinking and coding skills.

some highlights

  • github auth is mandatory
  • every user will get their own unique inputs to solve

Setup

cd atlus
go mod download
go run main.go

.env

GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
DATABASE_URL=postgres://<user>:<password>@<hostname>:<port>/<dbname>
HOSTNAME=localhost
PORT=8000
  • github clientID and clientSecret can be found here

Flags

--dev # truncate the database tables

About

Atlus is an Advent Of Code like programming challenges website written in GO + HTMX.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors