Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 839 Bytes

File metadata and controls

20 lines (14 loc) · 839 Bytes

Multiplayer Pictionary App BACKEND

Build Status

The backend for a web application that lets you play pictionary with your friends. Made using NodeJS and Express server.

Requirements

  • Node version 18
  • ES Modules

Usage

Run npm start

Runs the backend of the app in the development mode.
Open http://localhost:5000 to view it in the browser.

Make sure frontend is also started. Repo to frontend is Multiplayer-Pictionary-Frontend.

Run npm test

Runs the unit tests and functional/ integration tests found in tests directory. Requires nyc npm package to gather coverage.