Skip to content

Panda4817/Multiplayer-Pictionary-Backend

Repository files navigation

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.