Skip to content

sanikamal/flask-planetary-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Planetary API

Flask API Starter Kit

Setup

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

Running

Execute the following command:

python app.py

Credits