This code base serves as the middle man or bridge between the Game (custom mugen) code base and PolkaCombat frontend/backend code bases. In short, if you want to change some of the character's ability (power, speed, etc) the process will be:
You will notice that there are other route controllers. Just don't mind them. Focus on the mugen routes and controllers. You can just delete the other routes and controllers. Those are just for testing/play/learning purposes.
Right now, the database is residing inside Atlas platform, free tier. Just install any GUI for MongoDB, like Compass, then use this connection URI below:
mongodb+srv://melodiccrypter:sus3JChrist7!@custommugenservercluste.dxgtz.mongodb.net/customMugen
And then export the database and then just create a new MongoDB inside DigitalOcean then import the data. That way you can manage all data in one platform.
NOTE: This codebase is hosted on DigitalOcean. Just select RetainLab projects then select retainlab-betz-custom-mugen-server droplet.