This is a flask server running on a Azure VM, which opens a port to request different math calculations. The frontend is a simple NEXT.js app.
- This virtual machine is from a free student plan you can get by linking your university email on Github.
- This article may be useful for configuring NGINX and UWSGI, to handle requests from the server and internally. How to serve flask applications.
- Math operations were done using NUMPY.