A CMS for game servers made in Node.js
Make sure you have Node.js >= 10.11.0 and MongoDB installed.
git clone https://github.com/BEW-Projects/gaming-cms.git
cd gaming-cms
npm install
npm start #needed for babel compiler to work
The app should now be running on localhost:3000.Make sure MongoDB is installed and MongoDB Daemon is running.