/superRent

Car Rental App for CPSC 304

Primary LanguageJavaScript

SuperRent Setup

(Make sure Python3 and postgresql is installed)

  1. git clone https://github.com/ekeane/superRent.git

  2. cd superRent

  3. Make sure pip or pip3 is installed

  4. pip install -r requirements.txt or pip3 install -r requirements.txt

  5. Make sure psycopg2 installed

  6. python3 manage.py runserver

  7. Should be working on localhost:8000

We use a cloud instance of Postgres via ElephantSQL cloud host

Django Backend

Please see the DB folder for our SQL statements.