Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```