A simple server for an upcoming bot competition. More coming soon!
Server Setup:
- Run
npm install
- Copy
.env.example
into.env
and configure. - Start mongodb server
- Update
public/login.js
andadminPage.js
, setting theRootUrl
variable to the correct location (localhost if running locally) - Run
npm start