- Download and run newest nesql-exporter: https://github.com/D-Cysteine/nesql-exporter It will take a LONG time, maybe 60+ minutes? Or just skip to step 2.
- Convert HSQLDB to PostgreSQL by doing ???? Until I figure this out, you can download the 2.2.8 DB from here: https://github.com/harrynull/NEIGraphQL/releases/tag/gtnh_dump
- Set up WebNEI backend: https://github.com/OrderedSet86/webnei-backend
- Run database migration script in backend
python -m src.scripts.prepare_postgres_db
. This sets up indices for faster search - Check backend is working with
python main.py
and navigating to http://localhost:5000/graphql - Clone this (frontend) repo
- npm i