Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/panda4817/multiplayer-pictionary-backend
- Owner: Panda4817
- License: mit
- Created: 2020-09-28T21:50:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-02T09:30:46.000Z (over 1 year ago)
- Last Synced: 2023-08-02T10:58:00.611Z (over 1 year ago)
- Topics: backend, express, expressjs, google-cloud, javascript, nodejs, socket-io, travis-ci
- Language: JavaScript
- Homepage: https://picto.kmunton.dev/
- Size: 1.13 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.