About

This is the backend for "Football Draft Simulator" project. It exposes a http server and a websockets server in NodeJS environment. Also servers the Algolia Search engine for supporting football players search from data scraped using Football Players Data Crawler

How the game works

It's a turn-based multiplayer game. This game in particular allows you to build your own Football Team, by choosing players based on turns. You can search these football players in the same platform. Filter them based on any stats (their name, rating, team, positions, and a lot more!)

To play:

This was created mainly for offline gaming, to avoid writing player lists manually on a paper or sending on chats when creating custom teams amongst a group of friends. Easily search and add players to your teams with this platform as a middleman :smile:

Project Architecture

architecture

GCP Architecture

image

Local environment setup:

  1. Update the .env file using reference from sample.env
  2. Run yarn install to install packages
  3. Install docker-compose (https://docs.docker.com/compose/install/) in your system. Proceed further if already done
  4. Start MongoDB and Redis service using docker-compose up
  5. Running yarn start:dev will start the server with hot-reload

Links

Production setup (maintainers only):

Setup terraforn

Old version

Build and use pm2 to start your process

npm run build
pm2 start ./build/app.js --name fifa-api