Skip to content

This laravel app wraps a database of skyrim alchemy effects and ingredients

License

Notifications You must be signed in to change notification settings

gennadyterekhov/skyrim_alchemy

Repository files navigation

Skyrim alchemy Logo

License

Skyrim alchemy

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

How to run

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

Export

Skyrim

json

The database is imported from csv files, you can find them here
effects csv
ingredients csv

Oblivion

json

Morrowind

json

Credits

credit for the data goes to hogart
and to all the people who contributed to fandom and to UESP

License

Licensed under the MIT license.

About

This laravel app wraps a database of skyrim alchemy effects and ingredients

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages