Skip to content

The most disturbing part of living in cities is that there is so much traffic. Hours upon hours spent on the roads every year by frustrated motorists who are moving from one place to another. Why don’t we try and solve that problem. UBER APP is an application created that allows users to share a ride from one place to another. As a user, I would l

License

Notifications You must be signed in to change notification settings

thisissivamani/Uber-django-

 
 

Repository files navigation

UBER.

WEBSITE DISPLAY.

Website Layout

- Full Screen layout

LANDING-PAGE

DRIVER APP

PASSENGER APP

- Mid Size Screen layout

LANDING-PAGE

DRIVER APP

PASSENGER APP

ABOUT-PAGE

PROJECT DESCRIPTION

This is a clone to the uber app. Its an app where a people can car pool together if going to similar or close direction

Author

Collins Kariuki

Prerequisites

-You need to have nano text editor installed. you can find out whether you have it installed by typing nano --version in your terminal. For most linux distributions, it is installed by default. However, if you don't have it installed, you can quicky do that by typing sudo apt-get install nano in your terminal.

-You need to have (python3.6) installed in your machine

-Python3.6. Installation ($ sudo apt-get install python3.6).

-Django1.11. Installation ($ pip install django==1.11).

-Psycopg2. Installation ($ pip install psycopg2).

-Bootstrap3. Installation ($ pip install django-bootstrap3).

-Pillow. Installation ($ pip install pillow).

Setup/Installation Requirements

-Internet connection

-webpage URL:

-To get to this webpage fist you need to get to my github repository

-You will need a database if you are to clone this app-: to avoid this you can visit deployed app mentioned in the Deployment section. However you could clone to run it on your own. follow the below instructions

-The link to my github Repository is: https://github.com/zecollokaris

-from there you can access the project

-git clone project

-install dependancies in requirements.txt file pip install -r requirements.txt

-cd into project

-create a virtual environment ($ python3.6 -m venv virtual)

-Activate Virtual Environmrnt. ($ source virtual/bin/activate)

-Run The Project-: ($ python manage.py runserver)

#{follow the above instructions for set up}

Deployment

To get deployed application, please follow-:

#Technologies Used

-HTML5

-CSS

-JAVASCRIPT(hiding and revealing navbar on scroll)

-Bootstarap

-Python3.6

-Django 2.0.7(latest version 2018)

-Psycopg2

-PostgreSQL

Support and Contact

-Mobile number: (+254) 798731203

-Email Address: [email protected]

-github-username: zecollokaris

License

The app is licensed by MIT.

Collins Kariuki - MIT (c)2018 LICENSE

About

The most disturbing part of living in cities is that there is so much traffic. Hours upon hours spent on the roads every year by frustrated motorists who are moving from one place to another. Why don’t we try and solve that problem. UBER APP is an application created that allows users to share a ride from one place to another. As a user, I would l

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.7%
  • HTML 2.1%
  • CSS 1.6%
  • JavaScript 1.6%