Skip to content

Monopoly online game - Final project of MikeCodeur's bootcamp August/September 2022

Notifications You must be signed in to change notification settings

Yolo390/Monopoly

Repository files navigation

Documentation

See Wiki


Initialisation du project et installation des dependances

A titre d'information, voici la facon dont le projet a ete cree

npx create-next-app monopoly
npm i graphql @apollo/client apollo-server-micro mongoose

Creation de la structure et des fichiers necessaires

Dossier backend a la racine.

A l'interieur du dossier backend :

  • backend/graphql/resolvers/
  • backend/graphql/mutations/
  • backend/graphql/queries/
  • backend/graphql/typeDefs.js
  • backend/db/models/
  • backend/db/config/
  • backend/utils/

Supprimer le fichier api/hello.js et creer un fichier api/graphql.js.

About

Monopoly online game - Final project of MikeCodeur's bootcamp August/September 2022

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published