Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/panda4817/multiplayer-pictionary-backend

The backend repo for the multiplayer Pictionary app called Picto.
https://github.com/panda4817/multiplayer-pictionary-backend

backend express expressjs google-cloud javascript nodejs socket-io travis-ci

Last synced: 6 days ago
JSON representation

The backend repo for the multiplayer Pictionary app called Picto.

Awesome Lists containing this project

README

        

# Multiplayer Pictionary App BACKEND

[![Build Status](https://travis-ci.com/Panda4817/Multiplayer-Pictionary-Backend.svg?branch=master)](https://travis-ci.com/Panda4817/Multiplayer-Pictionary-Backend)

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](http://localhost:5000) to view it in the browser.

Make sure frontend is also started. Repo to frontend is [Multiplayer-Pictionary-Frontend](https://github.com/Panda4817/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.