You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Back-end place https://github.com/findsimilar/demo here.
This is python django drf project.
To easy start we can use IS_MOCK_RESPONSE=true to work with static data.
If we need local back-end we should clone back-end project and start server locally.
It's not comfortable (especially who doesn't know python)
That's why I propose to make feature to run back-end in docker and make possibility to connect from front-end
We have open source image on docker hub: https://hub.docker.com/r/findsimilar/demo, may be we can use this image.
The text was updated successfully, but these errors were encountered:
Back-end place https://github.com/findsimilar/demo here.
This is
python django drf
project.To easy start we can use
IS_MOCK_RESPONSE=true
to work with static data.If we need local back-end we should clone back-end project and start server locally.
It's not comfortable (especially who doesn't know
python
)That's why I propose to make feature to run back-end in docker and make possibility to connect from front-end
We have open source image on docker hub: https://hub.docker.com/r/findsimilar/demo, may be we can use this image.
The text was updated successfully, but these errors were encountered: