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
- Host: GitHub
- URL: https://github.com/githubfoam/restapi-sandbox
- Owner: githubfoam
- License: gpl-3.0
- Created: 2019-05-12T23:42:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-13T13:51:48.000Z (over 6 years ago)
- Last Synced: 2025-03-30T05:42:38.004Z (10 months ago)
- Topics: api-testing, postman
- Language: Python
- Homepage:
- Size: 158 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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