Skip to content

Rudamentary99/OrderUp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OrderUp

Overview

Order Up was built in two pieces: the api and the app. reference their individual sections to get running.

The API

The API was built using Express.js and is designed to connect to a RethinkDB database.

Getting Started

  1. install Node.js
  2. install RethinkDB
  3. clone repository
  4. open terminal
  5. run command cd path/to/repository/API
  6. run command npm install

Starting the server

  1. Open terminal and run command rethinkdb
  2. Open separate terminal window
  3. run command cd path/to/repository/API
  4. run command node app.js

The App

The app was buils using React Native. and thus far as been built specifically for IOS running on an ipad.

Getting Started

  1. install Node.js
  2. install React Native
  3. clone repository
  4. open terminal
  5. run command cd path/to/repository/Application
  6. run command npm install

Running the App

  1. run command cd path/to/repository/Application
  2. run command expo start
  3. wait for browser window to open and load`
  4. install Expo client app on device
  5. scan QR code

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published