An open API service indexing awesome lists of open source software.

https://github.com/erickarpovits/baggage-drop-ui


https://github.com/erickarpovits/baggage-drop-ui

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# BaggageDrop-UI

My colleague and I created a modified JS Django UI from an existing template for BaggageDrop, an airline company's potential new baggage drop API, during a hackathon hosted by ATPCO. Our aim was to simplify the process of traveling with luggage by allowing customers to deliver their bags directly to their destination from their pickup location. With BaggageDrop, there's no need to worry about lugging your bags to the airport or retrieving them from the baggage carousel.

Installation Guide
- Install python 3.9.9
- Install project dependencies by running ```py -m pip install -r requirements.txt```
- Create superuser with ```py manage.py createsuperuser```
- Run the command py manage.py runserver to run the web server
- Open web browser and goto 127.0.0.1:8000 url to start using the web application

Screen Shot 2023-08-04 at 11 15 26 PM
Screen Shot 2023-08-04 at 11 15 34 PM
Screen Shot 2023-08-04 at 11 15 48 PM
Screen Shot 2023-08-04 at 11 16 02 PM
Screen Shot 2023-08-04 at 11 16 36 PM
Screen Shot 2023-08-04 at 11 17 00 PM
Screen Shot 2023-08-04 at 11 17 03 PM
Screen Shot 2023-08-04 at 11 17 12 PM