Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smatiolids/ecommerce-genai-maga-backend
https://github.com/smatiolids/ecommerce-genai-maga-backend
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/smatiolids/ecommerce-genai-maga-backend
- Owner: smatiolids
- Created: 2023-12-26T19:18:54.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-26T19:23:21.000Z (11 months ago)
- Last Synced: 2024-04-22T00:14:28.055Z (7 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Flask dev mode
````
flask --app app run --debug
````## Build image
docker build -t ecommerce-backend .