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

https://github.com/bearddan2000/python-web-flask-mvc-orm-mongodb-crud

Uses ORM from mongodb to create an api.
https://github.com/bearddan2000/python-web-flask-mvc-orm-mongodb-crud

crud flask mongodb mongoengine mvc orm python web

Last synced: 2 months ago
JSON representation

Uses ORM from mongodb to create an api.

Awesome Lists containing this project

README

          

# python-web-flask-mvc-orm-mongodb-crud

## Description
Uses ORM from mongodb to create an api.
Two selects are included; one renders the
ORM as JSON the other iterates the properties
one-by-one.

## Tech stack
- python
- flask
- mongoengine
- mongodb

## Docker stack
- python:latest
- mongodb

## To run
`sudo ./install.sh -u`
- Endpoints
- Select as text http://localhost/
- Select as json http://localhost/json
- Create by name http://localhost/create/
- Delete by name http://localhost/delete/
- Update by name http://localhost/update//'

## To stop
`sudo ./install.sh -d`

## For help
`sudo ./install.sh -h`