Skip to content
/ insort Public

An online multiplayer IO-like game that tests your general knowledge.

Notifications You must be signed in to change notification settings

luism6n/insort

Repository files navigation

Source code for insort.app

Insort is a game where you sort a deck of cards by some attribute. It's main components are React, Socket.io, Express and PostgreSQL.

Running

  • Clone the repository and install dependencies
  • Set environment variables. Example:
    • DATABASE_URL=postgres://postgres:postgres@localhost:5432/insort-db
    • ENVIRONMENT=development
  • Run npm run migrate
  • Run in two terminals:
    • npm run watch-client: watches for changes in the client and rebuilds the bundle
    • npm run watch-server: watches for changes in the server and restarts the server

About

An online multiplayer IO-like game that tests your general knowledge.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published