Giter VIP home page Giter VIP logo

hacktoberfest's Introduction

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

hacktoberfest's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.