A web service in a bulletin board format, allowing users to share and play the tournament game with others.

😎 Service & Code

****👪 Team Members

1. Project Description

<aside> 💡 Custom Worldcup Game Board

</aside>

2. Wireframe

3. Tech Stack

4. API Specification

API Specification

5. ERD

6. Trouble Shooting

Custom Worldcup Troubleshooting

7. Libraries Installed

Backend

"dependencies": {
    "@sentry/node": "^7.51.2",
    "bcryptjs": "^2.4.3",
    "cookie-parser": "^1.4.6",
    "cors": "^2.8.5",
    "dotenv": "^16.0.3",
    "express": "^4.18.2",
    "joi": "^17.9.2",
    "jsonwebtoken": "^9.0.0",
    "morgan": "^1.10.0",
    "mysql2": "^3.2.4",
    "nodemailer": "^6.9.1",
    "sequelize": "^6.31.1",
    "swagger-autogen": "^2.23.1",
    "swagger-ui-express": "^4.6.3"
  },
  "devDependencies": {
    "artillery": "^2.0.0-31",
    "jest": "^29.5.0",
    "jest-html-reporters": "^3.1.4",
    "nodemon": "^2.0.22",
    "sequelize-cli": "^6.6.0",
    "supertest": "^6.3.3"
  }

Frontend

"dependencies": {
    "@fortawesome/fontawesome-svg-core": "^6.4.0",
    "@fortawesome/free-regular-svg-icons": "^6.4.0",
    "@fortawesome/free-solid-svg-icons": "^6.4.0",
    "@fortawesome/react-fontawesome": "^0.2.0",
    "@reduxjs/toolkit": "^1.9.5",
    "@testing-library/jest-dom": "^5.14.1",
    "@testing-library/react": "^13.0.0",
    "@testing-library/user-event": "^13.2.1",
    "axios": "^1.4.0",
    "js-cookie": "^3.0.5",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-redux": "^8.0.5",
    "react-router-dom": "^6.11.1",
    "react-scripts": "5.0.1",
    "redux": "^4.2.1",
    "styled-components": "^5.3.10",
    "styled-reset": "^4.4.6",
    "web-vitals": "^2.1.0"
  }