Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 940 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 940 Bytes

Front Page

Official website for the World of Warcraft guild

A stylish, fully custom, and practical first point of contact for prospective new members.

Features

  • Simple login and edit-in-place interface for the end users
  • Intuitive board showing all positions currently available
  • Fully responsive
  • Showcases the guild's Twitch.io streamers

Recruitment Page

Technologies used

  • ASP.NET Core MVC
  • Entity Framework Core
  • C#
  • HTML
  • CSS
  • Javascript

Credits

Deploy

  1. Set the following environment variables:
  • ASCENDED__DB
  • ASCENDED__ADMIN_EMAIL
  • ASCENDED__ADMIN_PWD
  1. Create Docker image
    docker build -t ascended-image .

  2. Start Docker container
    docker run -e ASCENDED__DB -e ASCENDED__ADMIN_PWD -e ASCENDED__ADMIN_EMAIL -it --rm -p 5089:80 --name ascended-container ascended-image