Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 453 Bytes

File metadata and controls

9 lines (7 loc) · 453 Bytes

MemeDB Icon

MemeDB WebUI

This repo contains the full-stack WebUI for MemeDB. This stack allows for advanced search, filtering, and browsing of the database.

Usage

  • This project depends on a MongoDB database and the Yiaycons icon font
  • Put your secret mongodb url into .env.local like so; MONGODB_URI={URL}
  • Finally, npm install and npm run dev.