Skip to content

Website for the Ascended guild at Sargaris-US server in World of Warcraft

Notifications You must be signed in to change notification settings

JGallardo4/ascended

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published