Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 458 Bytes

File metadata and controls

12 lines (9 loc) · 458 Bytes

YGO_DB

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.