Skip to content

GraphQL API to get, create and update any type of collectible card

Notifications You must be signed in to change notification settings

christianmurata/mycards

Repository files navigation

Mycards

Mycards is a Graphql API to manage all types of trading cards. Built with Typescript, Apollo Server and MongoDB.

Schema Overview

My cards

Installation

Use the package manager npm or yarn to install the project.

npm install OR yarn install

Getting Started

Requirements

  1. docker
  2. docker-compose

Run the following command to start the MongoDB container.

docker-compose up -d

Run the project

  1. Copy .env.example to .env
cp .env.example .env
  1. Gen graphql types
npm run gen OR yarn gen
  1. Start the project
npm run dev OR yarn dev
  1. Open your browser and visit localhost:4000/graphql

Author

Christian Murata

About

GraphQL API to get, create and update any type of collectible card

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published