/gungeon_search

fuzzy search for enter the gungeon items/guns

Primary LanguageElixir

GungeonSearch

A simple and quick search tool for Enter the Gungeon guns and items. Info on items & guns scraped from the wikia page for Enter the Gungeon using Nokogiri. Phoenix server with React frontend.

Current Progress

  • Phoenix server
  • Guns & Items inserted into DB
  • Fuzzy search implemented
  • Front end for search homepage
  • Front end for guns/items pages

GIF of progress

Running the App

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

TODO: Add information on how to use seed file with items/guns JSON files.

Now you can visit localhost:4000 from your browser.

Learn more