An open API service indexing awesome lists of open source software.

https://github.com/githubfoam/restapi-sandbox

flask restful json api with CRUD, mongodb, robomongo
https://github.com/githubfoam/restapi-sandbox

api-testing postman

Last synced: 7 months ago
JSON representation

flask restful json api with CRUD, mongodb, robomongo

Awesome Lists containing this project

README

          

restapi-sandbox
=========
RESTFUL JSON API
flask http://flask.pocoo.org
mongodb https://www.mongodb.com
robo 3T https://robomongo.org
postman https://www.getpostman.com
vagrant https://www.vagrantup.com
virtualbox https://www.virtualbox.org
python https://www.python.org

----------------

Playbook
----------------

File:

- hosts: servers
roles:
- mongodb
- virtualpython

Command:

git clone this-project
vagrant up control02
vagrant ssh control02
source /home/vagrant/venv27/bin/activate
cp -R /vagrant/person /home/vagrant/venv27/
cd /home/vagrant/venv27/person
python runapp.py

Postman Install
sudo tar -xzf postman.tar.gz -C /opt
sudo
ln -s /opt/Postman/Postman /usr/bin/postman

Postman Desktop Shortcut
cat > ~/.local/share/applications/postman.desktop <

POST




PUT



LIST



DELETE


License
-------

GNU General Public License v3.0

Author Information
------------------

An optional section for the role authors