Planet Labs Coding Challenge
#Installation Requirements
- install pip
- install python
- install mongoDB and start the mongo service
- sudo pip install Flask
- sudo pip install mongoengine
#To run flask server
- python app.py
- Open browser and type url - http://localhost:5000/ and press enter
#API Details
POST - http://localhost:5000/createAsset
request paramters - { "assetName" : "_12345", "assetType" : "satellite", "assetClass" : "dove" }