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