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.
- Host: GitHub
- URL: https://github.com/bearddan2000/python-web-flask-mvc-orm-mongodb-crud
- Owner: bearddan2000
- Created: 2022-01-27T20:53:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-27T20:54:02.000Z (about 4 years ago)
- Last Synced: 2025-01-29T16:33:00.855Z (about 1 year ago)
- Topics: crud, flask, mongodb, mongoengine, mvc, orm, python, web
- Language: Shell
- Homepage: https://github.com/bearddan2000/python-web-flask-mvc-orm-mongodb-crud
- Size: 306 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`