ekeane / superRent

Car Rental App for CPSC 304

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Car Rental App for CPSC 304


Languages

Language:JavaScript 45.8%Language:CSS 34.6%Language:TSQL 7.9%Language:HTML 6.6%Language:Python 5.1%