Order Up was built in two pieces: the api and the app. reference their individual sections to get running.
The API was built using Express.js and is designed to connect to a RethinkDB database.
- install Node.js
- install RethinkDB
- clone repository
- open terminal
- run command
cd path/to/repository/API - run command
npm install
- Open terminal and run command
rethinkdb - Open separate terminal window
- run command
cd path/to/repository/API - run command
node app.js
The app was buils using React Native. and thus far as been built specifically for IOS running on an ipad.
- install Node.js
- install React Native
- clone repository
- open terminal
- run command
cd path/to/repository/Application - run command
npm install
- run command
cd path/to/repository/Application - run command
expo start - wait for browser window to open and load`
- install Expo client app on device
- scan QR code