Flask
TODO
intro: https://pythonbasics.org/flask-http-methods/
REST API: https://www.digitalocean.com/community/tutorials/processing-incoming-request-data-in-flask
RSET API also: https://blog.stoplight.io/python-rest-api
POST example: https://stackoverflow.com/questions/22947905/flask-example-with-post
POST array example: https://stackoverflow.com/questions/17899586/post-array-of-objects-to-rest-api
run with own domain: https://stackoverflow.com/questions/64811972/how-to-run-flask-in-own-domain
Last updated
Was this helpful?