Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/WoWTrace/Website
- Owner: WoWTrace
- License: gpl-3.0
- Created: 2021-12-20T07:23:21.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-01T19:05:06.000Z (over 2 years ago)
- Last Synced: 2024-07-30T21:04:06.382Z (5 months ago)
- Topics: blizzard, trace, tracking, wow
- Language: PHP
- Homepage: https://wowtrace.net/
- Size: 2.6 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```