/tronbot_server

A simple server for a dank bot competition

Primary LanguageJavaScriptMIT LicenseMIT

TronBot Server

A simple server for an upcoming bot competition. More coming soon!

Server Setup:

  1. Run npm install
  2. Copy .env.example into .env and configure.
  3. Start mongodb server
  4. Update public/login.js and adminPage.js, setting the RootUrl variable to the correct location (localhost if running locally)
  5. Run npm start