The backend for a web application that lets you play pictionary with your friends. Made using NodeJS and Express server.
- Node version 18
- ES Modules
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.
Runs the unit tests and functional/ integration tests found in tests directory. Requires nyc npm package to gather coverage.