To run the project:
Prerequites:
- python3
Once python3 is installed, go ahead and clone the repo. cd
into the directory and run python3 manage.py runserver
. This will run the server on port 8000.
Open your browser and go to http://localhost:8000/testing.
On this page, you can double check that the database is restored cleanly for you, by making sure to click ALL the delete buttons, and then all the add buttons. This will pre-populate the database with random example customers, orders, items, and tickets.
Now you can click the Home link, which will take you to the main screen of the project.
Here you can navigate to:
Where you will be able to view, add, and update customers and orders
Where you will be able to view the current status of the company's assets and orders
Where you will be able to add, update, remove, ship, and return tickets, tubs, and bottles. (I chose tubs and bottles as inventory items because my current employer at the time handled those quite a bit.)
If you have any questions, please feel free to contact me at dpeachesdev@gmail.com