Feb 2021 - Jun 2021
I have created a software solution which makes it easy to efficiently manage resources in a television post production facility.
The solution consists of several independent modules.
One module of the software continuously logs the activity of the workstations and uploads the result to a database. This module is running as a Windows service.
Another module is a REST API which reads the database and sends responses to the given requests.
The third modul is a web application where users can see the results, filter the results and check what has been done on a particular workstation in a particular time window.
I have used the following technologies in this project:
- Node.js for the REST API
- React.js for the front end
- MongoDb as the database
- C# as the language of the Windows service
- Python for interacting with the Avid Production Management Web Services
c# nodeJS javascript mongodb ReactJS python3