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.local
like so;MONGODB_URI={URL}
- Finally,
npm install
andnpm run dev
.