REST framework helps in maintaining uniform interoperability between two applications or system regardless of the architecture they are built on. The project demonstrate a Stock Market app using django REST Framework, which can retrieve data using GET request as well as update data at server side using POST request.
Use python manage.py runserver