/NoCash

Primary LanguageJavaScript

NoCash

A mobile app that allows users to play board and card games that require currency. e.g. Poker without chips, Monopoly without cash.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Front-End

Prerequisites

  • React Native
  • Expo (Mobile Application)

Installing

How to get started with the NoCash Front-End

  1. Clone Repository
git clone https://github.com/rhysmaiden/NoCash.git
  1. Download all project dependencies

Manually:

  • material-ui
  • react-material-ui-number-input
  • react-native-elements
  • react-native-fa-icons
  • react-native-material-textfield
  • react-native-material-ui
  • react-native-popup-dialog
  • react-native-screens
  • react-native-snackbar
  • react-native-vector-icons
  • react-navigations
  • react-navigation-stack
  • socket.io-client

Automatically:

npm install

Deployment

Start server

npm start

Built With

Back-End

Prerequisites

  • Node

Installing

How to get started with the NoCash Back-End

  1. Clone Repository
git clone https://github.com/rhysmaiden/NoCash.git
  1. Download all project dependencies

Manually:

  • express
  • mongoose
  • nodemon
  • socket.io

Automatically:

npm install

Deployment

Start server

npm start

Built With

Authors