The Wayback Machine - https://web.archive.org/web/20200913154438/https://github.com/ympons/flasher
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
db
 
 
 
 
web
 
 
 
 
 
 
 
 
 
 
 
 

README.md

flasher

A golang implementation of the flash cards site jwasham/computer-science-flash-cards for practicing computer science concepts.

Demo

Check the running application here.

Username: admin
Password: admin

Built with

  • Golang
  • Gorilla Toolkit: gorilla/mux, gorilla/session, gorilla/context
  • flosch/pongo2: a Django-syntax like templating-language
  • SQLite

Running Locally

Make sure you have Go installed.

$ go get github.com/ympons/flasher
$ cd $GOPATH/src/github.com/ympons/flasher
$ PORT=5800 $GOPATH/bin/flasher

Your local copy should now be running on localhost:5800. Use admin as username and password to login to the website.

About

Small flash-cards website for practicing computer science concepts

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.