a open source hackthon project where this will create a docker image out of a repo, submit it to a VPS server, and return a url along with many other fun features to entice people to code more and show off their work.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Stephanie Gredell 2691160b63 write the provider to the session 6 months ago
assets/css minor template changes 6 months ago
handlers write the provider to the session 6 months ago
internals Finish hackathon.go and make dbclient a singleton 6 months ago
templates minor template changes 6 months ago
.gitignore displaying username on welcome page, creating git ignore 6 months ago
README.md Make a helpful readme 6 months ago
go.mod interpage sessions, saving things to db, logging out stuff 6 months ago
go.sum interpage sessions, saving things to db, logging out stuff 6 months ago
main.go interpage sessions, saving things to db, logging out stuff 6 months ago
todo.md interpage sessions, saving things to db, logging out stuff 6 months ago

README.md

What is this repo for?

This repo is a hackathon platform that I am building on a twitch stream with a bunch of nerds talking in my chat. It was not my idea but I'm rolling with it because twitch streamer pleases the audience.

Okay but what is this?

This is a platform where you can host hackathons by logging in via Twitch/Github/Youtube.

When you host a hackathon, people can see the hackathons that you've started if they follow you or are browsing hackathons.

As a participant, you can submit a project by putting in a github url. The platform will take your github url and make a docker image of it and then send it to a vps server to fire up.

We will return you a url where you can view your project live (assuming you have a working project).

More features incoming. Just wrote this to be helpful.