This repo contains the full-stack WebUI for MemeDB. This stack allows for advanced search, filtering, and browsing of the database.
- This project depends on a MongoDB database and the Yiaycons icon font
- Put your secret mongodb url into
.env.locallike so;MONGODB_URI={URL} - Finally,
npm installandnpm run dev.