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: 4 months 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.
- Host: GitHub
- URL: https://github.com/high-voltaged/ucode-marvelcardgame
- Owner: High-Voltaged
- License: mit
- Created: 2022-05-31T10:53:01.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-31T10:58:25.000Z (about 4 years ago)
- Last Synced: 2025-05-14T21:11:49.171Z (about 1 year ago)
- Topics: expressjs, mysql2, nodejs, pugjs, sequelizejs, socketio
- Language: JavaScript
- Homepage:
- Size: 3.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```