Skip to content

matthewsanner/inventory-scheduling-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inventory Scheduling App

A Django-based web application for managing and scheduling inventory for entertainment productions, packaged with Docker for easy installation and testing

Requirements

1. Docker Desktop

2. Any modern web browser

Installation

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

Using the App

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published