Build REST API with Flask
This article will show you how to use Flask framework to build rest api server on MacOS. Setup Python Environment Install Flask Create your project folder, eg. market-watcher, then create a folder named .venv Run below command to create a virtual environment for python. Then activate the virtual environment by running below command: You should […]
Build REST API with Flask Read More »