Skip to content

React Native app that uses natural language processing to get flights coming in and out of Dubai Airport. API: Node JS, Express, Mongoose.

Notifications You must be signed in to change notification settings

saadibrahim/flight-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

flight-app

Very simple Node JS and React Native example app that uses Natural Language Processing to get flights coming in and out of Dubai Airport.

API: Node JS, Express, Mongoose. Application: React Native.

Running the API

To run the API you need yarn, node and mongodb installed. Once you have yarn installed, clone the repo and navigate to project directory in terminal and run the following commands:

## to install the dependencies
yarn
## to start mongodb
mongod
## to start the API
yarn start 

Running the React native app in simulator

## to install the dependencies
yarn
## to run the app on iOS
react-native run-ios
## to run the app on Android
react-native run-android

Screenshots:

iOS: iOS

Android: Android

About

React Native app that uses natural language processing to get flights coming in and out of Dubai Airport. API: Node JS, Express, Mongoose.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published