Skip to content

Neveen-E/Python-Sample-Application

 
 

Repository files navigation

Example Uber app for developers

This is a simple Python/Flask application intended to provide a working example of Uber's external API. The goal of these endpoints is to be simple, well-documented and to provide a base for developers to develop other applications off of.

This application uses vagrant and packer to create automated development and production environments that are provisioned with Chef cookbooks.

How To Use This

  1. Clone the following repository: https://github.com/Neveen-E/Python-Sample-Application
  2. Navigate to the project folder and type in the following commands to create and configure a virtual machine:
vagrant up 
vagrant ssh
  1. When the vagrant machine is running, type in the following pip install -r requirements.txt to install the app's dependencies.
  2. Type python app.py to run the application.
  3. Use the following link to open the application on any browser http://development.project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 59.3%
  • Ruby 31.5%
  • HTML 7.3%
  • Makefile 1.2%
  • JavaScript 0.7%