Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/WoWTrace/Website

Website code behind https://wowtrace.net/
https://github.com/WoWTrace/Website

blizzard trace tracking wow

Last synced: 2 months ago
JSON representation

Website code behind https://wowtrace.net/

Awesome Lists containing this project

README

        

# WoWTrace Website (WIP)

## Philosophy
The website is only responsible for displaying the data collected in the backend project and does not process any Blizzard data itself.

## Setup
1. Copy .env.example to .env
2. Configure your settings in .env file
3. Run update.sh
4. Run php artisan key:generate
5. Configure your Webserver to serve the public folder
6. Create a Admin Account for you ```php artisan orchid:create user_name user_email```