/CS-375-Uno

An implementation of Uno for the web

Primary LanguageJavaScript

CS-375-Uno

Web-based UNO Game Implementation

Requirements

  • Node.JS v20.5
  • PostgreSQL v15.4

Running

  1. Clone repository to folder of your choice, and navigate to it
  2. Once PostgreSQL instance is configured, run psql -a -f setup.sql
  3. Run npm i to install dependencies
  4. Copy .env.example to .env and fill in values from PostgreSQL
  5. Run server with npm run start
  6. Navigate to http://localhost:3000
  7. Enjoy!