Flask API Starter Kit
Execute the following commands:
git clone https://github.com/sanikamal/flask-planetary-api.git
cd flask-planetary-api
virtualenv venv
venv\Scripts\activate
pip install -r requirements.txt
Execute the following command:
python app.py