create by : Dewa Surya Ariesta
hosting :hosting on railway
-
CLOUDINARY_URL -
FLASK_DEBUGjust putFLASK_DEBUG= Trueso the app run on development mode
-
poetry install# install the dependency -
poetry run flask runorscript/flask_run.batfor windows # run the app -
poetry run pytest -sorscript/test.batfor windows # test the app -
poetry run pytest --covorscript/cov.batfor windows # see test coverage -
poetry show --tree# show all dependency use on this app
- Default document use redocj
- Another document write by rapidcoc final_project_rapidoc
app
|-- __init__.py
|-- database_connector
|-- datetime_service
|-- final_project_api # the app logic get mapped
| |-- business_module
| |-- product_module
| |-- user_module
| |-- conftest.py
| |-- main.py
|-- image_upload_service
|-- jwt_service
|-- message_service
|-- model_base_service

