{"id":27969566,"url":"https://github.com/mgerb/classic-wow-forums","last_synced_at":"2025-05-07T21:11:34.611Z","repository":{"id":29519194,"uuid":"115895237","full_name":"mgerb/classic-wow-forums","owner":"mgerb","description":"Classic WoW Forums","archived":false,"fork":false,"pushed_at":"2022-02-10T12:37:08.000Z","size":1514,"stargazers_count":12,"open_issues_count":3,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T21:11:28.441Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://classicwowforums.com","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mgerb.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":null,"security":null,"support":null}},"created_at":"2018-01-01T02:20:19.000Z","updated_at":"2025-03-23T15:07:31.000Z","dependencies_parsed_at":"2022-08-07T14:30:18.992Z","dependency_job_id":null,"html_url":"https://github.com/mgerb/classic-wow-forums","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgerb%2Fclassic-wow-forums","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgerb%2Fclassic-wow-forums/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgerb%2Fclassic-wow-forums/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgerb%2Fclassic-wow-forums/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mgerb","download_url":"https://codeload.github.com/mgerb/classic-wow-forums/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252954409,"owners_count":21830905,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2025-05-07T21:11:33.829Z","updated_at":"2025-05-07T21:11:34.603Z","avatar_url":"https://github.com/mgerb.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Classic WoW Forums\nWorld of Warcraft forums as they were in 2005.\n\nI started working on this project to learn Elixir/Phoenix.\nThe goal was to make a forum that replicates\nthe World of Warcraft forums as they were back in 2005.\nCurrently the forums are fully functional and can be\nseen at https://classicwowforums.com.\n\nMade with:\n- Elixir/Phoenix\n- React/Mobx\n- Postgres\n\n## Config files\n- all config files are in the config folder\n- remove the .template from them\n- create a new app in the battle.net api and add your keys\n\n## Start the server\n  - Install dependencies with `mix deps.get`\n  - Create and migrate your database with `mix ecto.setup`\n  - Start server with `mix phx.server`\n\n## Build the client\n- `cd client`\n- `npm install`\n- `npm run dev`\n\n# Ecto\n\n## Create new database table\n- `mix ecto.gen.migration create_user`\n- `mix ecto.migrate`\n\n## Production\n\n- `MIX_ENV=prod mix ecto.create`\n- `MIX_ENV=prod mix ecto.migrate`\n- `PORT=80 MIX_ENV=prod mix run priv/repo/seeds.exs`\n- `PORT=80 MIX_ENV=prod mix phx.server`\n\n## Postgres in docker container\n```\ndocker run --name postgres1 -p 5432:5432 -e POSTGRES_PASSWORD=postgres -d postgres\n```\n\n# Battlenet API\nBattlenet required https for a redirect for authentication. I use caddy for https proxy during development.\n\nCaddyfile\n```\nhttps://localhost {\n        tls self_signed\n        proxy / http://localhost:8080 {\n                transparent\n                websocket\n        }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgerb%2Fclassic-wow-forums","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmgerb%2Fclassic-wow-forums","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgerb%2Fclassic-wow-forums/lists"}