Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreacioni/weeklymenu-api
CRUD REST Api to support all the backend operations of the mobile app
https://github.com/andreacioni/weeklymenu-api
crud flask-api mongoengine python rest-api
Last synced: 2 days ago
JSON representation
CRUD REST Api to support all the backend operations of the mobile app
- Host: GitHub
- URL: https://github.com/andreacioni/weeklymenu-api
- Owner: andreacioni
- License: gpl-3.0
- Created: 2019-07-07T20:02:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-19T16:54:15.000Z (6 months ago)
- Last Synced: 2024-10-12T16:50:13.558Z (about 1 month ago)
- Topics: crud, flask-api, mongoengine, python, rest-api
- Language: Python
- Homepage:
- Size: 443 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## weeklymenu-api
### Model Upload
```
flyctl sftp shell
>> put models/ingredient_parser_model_v1.tar.gz /etc/weeklymenu/models/ingredient_parser_model_v1.tar.gz
``````
flyctl ssh console
>> cd /etc/weeklymenu/models/
>> tar -xf ingredient_parser_model_v1.tar.gz
```