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
https://github.com/TaylorCairns/PP1-02-MON1230-TEAM6
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
-
Prequisites
Have project cloned
Have python installed
-
Create virtual environment
python -m venv venv
-
Activate environment
venv\Scripts\activate
-
Go to project location
-
Install requirements
pip install -r requirements.txt
-
Set up flask
set FLASK_APP=app
flask run