agtic / chronos

5 stars 5 forks source link

Separate web frontend and backend into separate containers and repositories #1

Open agtic opened 1 month ago

agtic commented 1 month ago

This tool includes run as one primary daemons (chronos) and two secondary services managed by uwsgi (one that is also called chronos and second called socketio_server)

The backend daemon need to be separated from the web frontend so that it can run independently in it's own container without crashing or logging errors. This code should be in it's own github repo with unit tests.

The web frontend should be a separate and optional container in it's own github repo.

More details available in the original repository here: https://bitbucket.org/quarck/chronos

fardin-developer commented 4 weeks ago

I have checked the files and started working on this, can you assign it to me?

agtic commented 3 weeks ago

Done. Let me know if you have everything you need @fardin-developer

fardin-developer commented 3 weeks ago

Getting error while building docker container https://github.com/agtic/chronos/issues/3

fardin-developer commented 6 days ago

Screenshot 2024-06-28 at 10 48 09 PM Yes the project ran successfully, Thank you for the changes. I have started working on the code.

agtic commented 6 days ago

please monitor the progress on the other open issue on this repo to update the Python version: https://github.com/agtic/chronos/issues/2 @Car85 is working on it.

If you get stuck, it might make sense to wait until the other issue is completed.

fardin-developer commented 6 days ago

Thanks for guiding.

fardin-developer commented 17 minutes ago

Hey, I have seperated the backend file and converted into rest api, I want to ask some doubts about frontend, can we discuss about it in a virtual meeting or in direct chat !