Online multiplayer chess game server built with Node.js, Express and Apollo GraphQL. Feel free to checkout the client side source code too.
npm installIn order to run server, you have to setup a mongodb and provide a login url through .env Create .env file in root directory:
touch .envAdd the following environemnt variables to .env:
DATABASE_URL=[MongoDB url]
SECRET=[JWT token secret]
npm run dev