Skip to content

RMIT-COSC1127-1125-AI20/PP1-02-MON1230-TEAM6

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PP1-02-MON1230-TEAM6

V1.0 Release Notes

Implemented Features

-User Booking

-User cancel/end booking

-Admin, View and edit users

-Manager, add, edit, delete cars

-User Privacy Policy

-User, view car rental information

-User, view booking history

-Register User

-Login

-Session authorization

-Find nearest car

Github link

https://github.com/TaylorCairns/PP1-02-MON1230-TEAM6

Website link

http://pp1-02-mon1230-team6-312012.ts.r.appspot.com/

Website Credentials

Customer

Username - customer

Password - customer

Admin

Username - admin

Password - admin

Manager

Username - manager

Password - manager

Guide to get this application running

Refer to Development Guide Document for a more in depth explanation

  1. Prequisites

    Have project cloned

    Have python installed

  2. Create virtual environment

    python -m venv venv

  3. Activate environment

    venv\Scripts\activate

  4. Go to project location

  5. Install requirements

    pip install -r requirements.txt

  6. Set up flask

    set FLASK_APP=app

    flask run

Packages

No packages published

Languages

  • HTML 67.3%
  • Python 25.7%
  • CSS 7.0%