This app wraps a database of Skyrim alchemy effects and ingredients.
Export files also contain data for Oblivion and Morrowind, but the web app only works for Skyrim.
For the app for all games, see this
Set environment variables in .env
file. There is an example file .env.example
Start containers
./vendor/bin sail up
Enter php container
docker-compose exec php-laravel bash
Inside the container:
Run migrations
php artisan migrate
Then populate the database
php artisan db:seed
App will be available at localhost
The database is imported from csv files, you can find them here
effects csv
ingredients csv
credit for the data goes to hogart
and to all the people who contributed to fandom and to UESP
Licensed under the MIT license.