External Technologies - sjstark/booth-it GitHub Wiki
List of existing resources and API's used in this application.
Backend
AWS S3 Buckets
Used for image and file hosting.
flask-SocketIO
Used for web sockets for messenger app
Frontend
socket.io (Client)
Web socket service used for real time messaging
Material UI
Used for dialog/modal pop-ups.
Material Pickers
Used for date-picker in show creation.
React Spring
Framework for adding dynamic animations to react components
React Components
React Image Crop
A react component for cropping images on the frontend of the application. Images can then be converted from blobs back to images to be uploaded to the server and passed along to AWS S3 Buckets
React Player
A react component for creating embedded video players based off link URL.