Code Monkey home page Code Monkey logo

appetizing's Introduction

Appetizing

find your restaurant with this app built with React Native framework.

Authors

  • Riccardo Papucci
  • Alberto Merciai

CONTENTS OF THIS FILE

  • PREREQUISITES
  • NPM-PACKAGES REQUIRED
  • PROJECT-STRUCURE
  • PROGRAM-STRUCURE
  • REACT NATIVE MOTO-G SETUP (IT)

PROJECT-STRUCURE

.
├── Code
|   ├── Client-side
|   └── Server-side
├── Mockup
├── Database
├── Needfinding and contract
├── Usability
└── flow-chart

    * Code: it contains the client side and the server side of the application developed
    * Mockup: it contains application mockup
    * Database: it contains ER model and the database used
    * Needfinding and contract: it contains Needfindinng process and the contract stipulated with the teacher
    * Usability: it contains Usability process
    * flow-chart: it contains the flow-chart of the application

PREREQUISITES

PROGRAM-STRUCURE

Client-side
├── index.android.js
└── app
    ├── actions
    ├── containers
    ├── img
    ├── lib
    ├── reducers
    ├── styles
    └── Themes


    * index.android.js: The main program that must overwrite the one who inside new  project
    * app: folder where all the program reside that must be paste inside new react native project
    * actions: folder that contains all the redux actions
    * containers: folder that contains all the components of the redux model
    * img: it contains images used by the app
    * lib: contains the external libraries to manage reducers
    * reducers: folder that contains all the reducers of the redux model
    * styles: folder that contains all styles used in app
    * Themes: contains the themes of native-base components


Server-side
├── connect.php
      ├── db.sql
└── booking.php


    * connect.php: it contains the program used to retrieves restaurants information from the database  
    * db.sql: it is the exported database
    * booking.php: it contains the programs used to store the reservations into the database

NPM-PACKAGES REQUIRED

GUIDA INSTALLAZIONE REACT-NATIVE CON USB MOTO-G (ITA)

  NOTA: prima di eseguire i seguenti passaggi ricorda di abilitare debug usb dal cellulare di modo che quando utilizzi il comando -adb devices il tuo 	 dispositivo venga rilevato e impostare trasferisci file MTP swippando verso il basso la sbarra dove c'è l'ora in alto  di android


  	0) adb reverse tcp:8081 tcp:8081


  	1) avviare server node con react-native start dal pc


  	2) settare server una volta installata l'app
  	I got this also when I started for the first time with React Native, using a physical device. If that's the case, you need to do some extra things before you can get started. You have to enter some information about your development machine in the 'Dev Settings' of React Native.

  When you see the error, shake your device. A dialog will popup, the last option will be 'Dev Settings'. Select 'Debug server hot & port for device' and enter your local IP and the used port (usually 8081).

  es. 192.168.1.89:8081

appetizing's People

Contributors

sdrabb avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.