/Car-Bizz

application that allows users to share a ride from one place to another. As a user, I would like to log on to the website, find a driver near me with space in his/her car going the same direction as me and book a space.

Primary LanguagePython

Car-Poolers

This is an application that allows users to share a ride from one place to another. As a user, I would like to log on to the website, find a driver near me with space in his/her car going the same direction as me and book a space.

Author

Vinny Otach

Application

Setup and Installation

  • Clone the Repo adding the following command: git clone https://github.com/vinnyotach7/Car-Poolers.git
  • Activate virtual environment using python3.6 as default handler by running python3.6 -m venv virtual then enter the virtual environment using source virtual/bin/activate.
  • Download the latest version of pip in the virtual environment: $ curl https://bootstrap.pypa.io/get-pip.py | python.
  • Install all application dependancies pip install -r requirements.txt
  • Create the Database -On the terminal,run psql
  • Create a .env file and add the following:
    • SECRET_KEY =
    • DB_NAME = awards
    • DB_USER =
    • DB_PASSWORD = your db password
    • DEBUG = True
  • Run Initial Migration python3.6 manage.py makemigrations python3.6 manage.py migrate
  • Run the app python3.6 manage.py runserver Open terminal on localhost:8000

User Stories

As a passenger i would like to:

  • Sign in to the application to start using.
  • Set up a profile about me and a general location.
  • Find a list of drivers near me.
  • View a map with the location of all pickup points.
  • Review a driver and also be reviewed by the driver.
  • View the current space left in a driver’s car and get to book It.
As a driver i would like to:
  • Sign up as a driver to use the application
  • Set up my drivers profile.
  • View a map with the location of all pickup points.
  • View all the requests for a ride.
  • Review passengers coming on to your application.

Technologies Used

  • python3.6.7
  • HTML5
  • CSS3
  • Bootstrap4
  • Postgresql
  • Visual Studio Code text editor

License

MIT License Copyright(c)2018 Vinny Otach