In case you do not have any of the required libraries, download them by running the following commands in your terminal:
Once you have downloaded the files and placed them into one folder, navigate through your terminal to that folder and into the backend folder. Run main.py using your python interpreter. This can be done by the following line of code, but may not always wrk depending on the location of your python interpreter:
In another terminal window, navigate to to the folder containing the downloaded files, and run the following command:
Check if backend is running by navigating to http://localhost:8000, it should show a blank screen with random message.
Then, just go to the http://localhost:3000 on your browser, and you are ready to start experimenting with matrices!