An open API for Bangazon, a fictitious company of Nashville Software School, built with the Django REST framework. The initial version is for internal consumption only, and will not require permissions to access, or manipulate, any resources.
Fields written in bold font are reserved for super users.
- Customer
- First Name
- Last Name
- Date Created
- Order
- Payment Type
- Order Date
- Customer ID
- Product
- Price
- Title
- Description
- Product Type ID
- Customer ID
- Department
- Budget
- Name
- Computer
- Serial Number
- Purchase Date
- Decommission Date
- Training Program
- Name
- Start Date
- End Date
- Max Enrollment
- Product Type
- Label
- Payment Type
- Account Number
- Account Label
- Account Type
- Customer ID
- Employee
- First Name
- Last Name
- Is Supervisor(True/False)
- Department ID
Python 3.6.0 (click for instructions for installing)
pip install django
pip install djangorestframework
- Clone the repository
git clone https://github.com/solanum-tuberosums/bangazonOrientationAPI.git
- Set up Database
cd bangazonOrientationAPI/bangazon/ python manage.py builddb python manage.py createsuperuser python manage.py runserver
- View in your browser by going to localhost:8000