Skip to content

dgilroy77/Car.ly

 
 

Repository files navigation

Car.ly

Vehicle shopping application

Introduction

Car.ly is a (auto)mobile application that provides aggreagated data of vehicle listings based on the information received from the user. Providing the user with a variety of results from various website, consumers can easily navigate the automobile market and compare and contrast local search results in an interactive and intuitive way. Car.ly delivers a seamless user shopping experience for drivers on the go.


## Table of Contents

==========

Example

alt tag

===============

Installation

See Getting Started to install requirement tools.

$ npm install -g react-native-cli
$ npm install

Also, you can use generator-rnb to create project with this boilerplate.

Development

Start local server

$ npm start

iOS

Run command to open iOS simulator and run app:

$ npm run ios

Or open ios/RNBoilerplate.xcodeproj file with XCode:

$ npm run ios-open

Android (5.0+)

Open Android emulator (recommented Genymotion) and run command: (Or connect real device via USB)

$ adb reverse tcp:8081 tcp:8081  # react-native local server
$ adb reverse tcp:5678 tcp:5678  # remotedev local server
$ npm run android

[Emulator only] If you're still use Android 4.0, it will cannot use adb reverse, you should use 10.0.2.2 (Genymotion: 10.0.3.2) instead of localhost in configureStore.js.

Technologies

Architecture

High Level Architecture

Architecture

Database Schema

Database in MySQL

We used react-native-mock, and test with Mocha, Enzyme.

$ npm test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 52.9%
  • JavaScript 46.5%
  • Other 0.6%