MongoDB Based Yu-Gi-Oh! database. Community created and maintained
install nodist or nodejs and npm with yarn
npm install
npm run setup
npm start
Make sure you have MongoDB running locally, or remotely where you have setup a user first. Then run npm install to download the applications dependencies. After that run npm run setup to initiate the enviromental variables. Finally run npm start or node app to start the application.