https://github.com/bearddan2000/python-web-bazel-flask-mvc-orm-mongodb-crud
Uses ORM from mongodb to create an api.
https://github.com/bearddan2000/python-web-bazel-flask-mvc-orm-mongodb-crud
bazel 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-bazel-flask-mvc-orm-mongodb-crud
- Owner: bearddan2000
- Created: 2022-08-26T19:35:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-26T19:35:33.000Z (over 3 years ago)
- Last Synced: 2025-01-29T16:33:01.195Z (about 1 year ago)
- Topics: bazel, crud, flask, mongodb, mongoengine, mvc, orm, python, web
- Language: Shell
- Homepage: https://github.com/bearddan2000/python-web-bazel-flask-mvc-orm-mongodb-crud
- Size: 307 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-web-bazel-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
- bazel
- python
- flask
- mongoengine
- mongodb
## Docker stack
- l.gcr.io/google/bazel: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`