8000 GitHub - dnguy078/hacktoberfest: Our own little local version of hacktoberfest
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dnguy078/hacktoberfest

 
 

Repository files navigation

hacktoberfest

A little web app for tracking participation in the devICT Hacktoberfest event. The entire idea and name "Hacktoberfest" comes from the Digital Ocean and GitHub event by the same name.

Contribute

Make Wichita a better place through code. Hop on over to Our Hacktoberfest app and register with your GitHub portfolio.

Development

You need to create an application on GitHub here. Set the "Homepage URL" to http://localhost:8080 and "Authorization callback URL" to http://localhost:8080/auth/github, then put the ID and secret in a file secret.env like this:

GITHUB_KEY=123abc123abc
GITHUB_SECRET=123abc123abc123abc123abc

Running

You can run the app locally using Docker. There is a docker-compose file that will run the app and database.

Using the configured compose file if you edit anything under public/ or templates/ then the change will be available immediately. If you change any .go files you will have to rebuild the image.

I'd recommend starting the db first in daemon mode then start the web service in the foreground so you can easily restart it by canceling with Ctrl-c then restart.

docker-compose up -d db
docker-compose up --build web

About

Our own little local version of hacktoberfest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 58.3%
  • CSS 25.0%
  • JavaScript 16.7%
0