Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/high-voltaged/ucode-marvelcardgame

An Express.js web card game, developed with the use of Pug.js, Sequelize.js, Socket.io, and tested with the Supertest.js and Jest frameworks.
https://github.com/high-voltaged/ucode-marvelcardgame

expressjs mysql2 nodejs pugjs sequelizejs socketio

Last synced: 10 days ago
JSON representation

An Express.js web card game, developed with the use of Pug.js, Sequelize.js, Socket.io, and tested with the Supertest.js and Jest frameworks.

Awesome Lists containing this project

README

        

# Ucode-MarvelCardGame
An Express.js web card game, written with the use of vanilla JS on front end and Node.js on back end.

## Server Setup

``` bash
# install dependencies
$ npm install && npm install -g cross-env

# run the server for development at localhost:3000
$ npm run dev

# run the server at localhost:3000
$ npm run start

# test the server
$ npm test
```