Files
smargopolo/python_algorithms/RESTful/notes.txt
2019-11-27 16:16:54 +01:00

11 lines
253 B
Plaintext

Implementing a RESTful API
--------------------------
It is recommended to install Flask
and Flask-RESTful, which is an extension for Flask which enables rapid development of REST API with minimal setup.
conda install -c conda-forge flask-restful