Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/high-voltaged/ucode-marvelcardgame
- Owner: High-Voltaged
- License: mit
- Created: 2022-05-31T10:53:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-31T10:58:25.000Z (over 2 years ago)
- Last Synced: 2024-10-18T01:38:05.817Z (30 days 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
```