A Django-based web application for managing and scheduling inventory for entertainment productions, packaged with Docker for easy installation and testing
2. Any modern web browser
1. Clone the repository:
git clone https://github.com/matthewsanner/inventory-scheduling-app.git
2. Navigate to the project directory:
cd inventory-scheduling-app
3. Use simple Make command to start containers:
make up
1. View/use the app at http://localhost:5173/
Note: The Home page is currently just a placeholder, navigate to the Items page for the current content.
2. Use Make command to run frontend and backend tests:
make test
3. When you are done, use Make command to shut down and remove containers
make down