YaroslavChuiko / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ucode-MarvelCardGame

Node.js Express MySQL Sequelize Socket.io javascript pug css

An Express.js web card game, written with the use of vanilla JS on frontend and Node.js on backend.


Server Setup

# 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 if needed
$ npm test

Preview

Login

2022-12-07 (1)

Register

2022-12-07 (2)

Main menu

2022-12-07 (10)

Match search

2022-12-07 (3)

Game process 1

2022-12-07 (4)

Game process 2

2022-12-07 (6)

Game process 3

2022-12-07 (7)

Game end

2022-12-07 (9)

About

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.

License:MIT License


Languages

Language:JavaScript 71.3%Language:CSS 17.6%Language:Pug 11.1%