{"id":37088623,"url":"https://github.com/utmmcss/deerhacks-backend","last_synced_at":"2026-01-14T10:53:10.330Z","repository":{"id":223411181,"uuid":"705082812","full_name":"utmmcss/deerhacks-backend","owner":"utmmcss","description":"DeerHacks Hackthon Dashboard Server 2024","archived":false,"fork":false,"pushed_at":"2024-04-19T12:46:03.000Z","size":180,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-06-20T23:57:10.984Z","etag":null,"topics":["brevo","discord-oauth2","docker","hackathon","mlh","mlh-hackathon"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/utmmcss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-15T00:49:25.000Z","updated_at":"2024-03-18T01:03:46.000Z","dependencies_parsed_at":"2024-02-20T05:23:54.051Z","dependency_job_id":"47e3ec8e-d639-4b6f-a93c-55fc73d32c2b","html_url":"https://github.com/utmmcss/deerhacks-backend","commit_stats":null,"previous_names":["utmmcss/deerhacks-backend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/utmmcss/deerhacks-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utmmcss%2Fdeerhacks-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utmmcss%2Fdeerhacks-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utmmcss%2Fdeerhacks-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utmmcss%2Fdeerhacks-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/utmmcss","download_url":"https://codeload.github.com/utmmcss/deerhacks-backend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utmmcss%2Fdeerhacks-backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28417717,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["brevo","discord-oauth2","docker","hackathon","mlh","mlh-hackathon"],"created_at":"2026-01-14T10:53:09.700Z","updated_at":"2026-01-14T10:53:10.322Z","avatar_url":"https://github.com/utmmcss.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# DeerHacks API\n\n\n[![DeerHacks Image](https://github.com/utmmcss/deerhacks/blob/c097731ac1a95f138462fbac6aa87ed0c7bfd191/public/backgrounds/collage.jpg?raw=true)](https://deerhacks.ca)\n\n\u003e DeerHacks Hackathon 2024 Backend API\n\n[![Website Status](https://img.shields.io/website?down_color=red\u0026down_message=offline\u0026up_color=green\u0026up_message=online\u0026url=https%3A%2F%2Fdeerhacks.ca)](https://deerhacks.ca)\n\n## Setup\n\n1. Run `go build` to install dependencies\n2. Add the required `.env` file with the schema specified below\n3. Gather credentials from microservices and add it to the `.env` file\n\n## Relevant URL'S\n\n- [AWS S3 for saving resumes](https://aws.amazon.com/s3/pricing/?p=pm\u0026c=s3\u0026z=4)\n\n- [AWS RDS for saving User Data](https://aws.amazon.com/rds/pricing/?p=ft\u0026c=db)\n\n- [Brevo for sending outbound emails](https://onboarding.brevo.com/account/register)\n\n- [Discord Developer Portal](https://discord.com/developers/docs/intro)\n\n  \n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\ngo run main.go\n```\n\nSend API requests to [http://localhost:8000](http://localhost:8000) (assuming port specified in .env file is 8000) with tools like Postman\n\n### .env format\n\n  \n\n```bash\nPORT=8000\nDB_URL  =  \"host=\u003cserver name here\u003e user=\u003cusername here\u003e password=\u003cpassword here\u003e dbname=\u003csame as username\u003e port=5432 sslmode=disable\"\nSECRET  =  \"youcantypeanythingyouwanthere\"\n\n# From the Discord Developer Portal\nCLIENT_ID  =  \"\"\nCLIENT_SECRET  =  \"\"\nBOT_TOKEN  =  \"\"\nREDIRECT_URI  =  \"\"\n\n# The discord server your discord bot will be in\nGUILD_ID  =  \"967161405017055342\"\n\n#Change this to \"production\" if public\nAPP_ENV  =  \"development\"\nREGISTRATION_CUTOFF=1704085200  # (2024-01-01 00:00:00 EST)\n\n# AWS IAM Credentials. Ensure full S3 access is given\nAWS_ACCESS_KEY_ID  =  \"\"\nAWS_SECRET_ACCESS_KEY  =  \"\"\n\n# For sending emails\nBREVO_API_KEY  =  \"\"\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futmmcss%2Fdeerhacks-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Futmmcss%2Fdeerhacks-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futmmcss%2Fdeerhacks-backend/lists"}