Skip to content

This was a challenge by uplift, a randomized card game.

Notifications You must be signed in to change notification settings

steveschannel/card-game

Repository files navigation

Random Card Game

Welcome!

Intro

This repository is the result of a challenge I did for Uplift, and it utilizes a stack of React with Apollo Client, working in tandem with Django using Graphene and Postgres, with docker.

image

image

Instructions

There is a docker-assist file that you can refer to for a complete list of commands. Pertinent commands to start the application are as follows:

./docker-assist build

then

./docker-assist start

The server will run at port 5000 and you can query the graphQL interface at 5000/graphQL

You can then use the following command to start the frontend server.

yarn start

The server will run at port 3000 and you can log in with the sample test user noted below.

To down: ./docker-assist clean

Sample test user

The database is created with a sample test user:

Name Value
Username test
Email [email protected]
Password uplifty

You can change these in the Django admin if you wish.

About

This was a challenge by uplift, a randomized card game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published