Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changed backend directory as python module #206

Merged

Conversation

FadyCoding
Copy link
Contributor

@FadyCoding FadyCoding commented Jun 10, 2024

Describe your changes

Created a python module to launch DebiAI in a standalone state. The previous backend directory has been changed into debiaiServer python module. These changes allow users to start the debiai interface, in this context called debiai-gui, more quickly with a single command.

Screenshots (if appropriate):

image

Issue ticket number and link

#205

Checklist before requesting a review

  • I have performed a self-review of my code
  • I have increased the version number in the frontend/package.json and backend/swagger.yaml files
  • I have checked that Black, Flake8, Prettier and Cspell are passing

@FadyCoding FadyCoding linked an issue Jun 10, 2024 that may be closed by this pull request
5 tasks
@FadyCoding FadyCoding self-assigned this Jun 11, 2024
@FadyCoding FadyCoding force-pushed the 205-debiai-easy-start-module-to-launch-debiai-standlalone branch from 30eae0a to f95c388 Compare June 26, 2024 08:05
Copy link
Member

@Tomansion Tomansion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent job 🚀

.github/workflows/debiai-gui-publish.yml Outdated Show resolved Hide resolved
Dockerfile Outdated Show resolved Hide resolved
MANIFEST.in Outdated
@@ -0,0 +1,5 @@
include debiaiServer/swagger.yaml
include debiaiServer/config/config.env
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this file required?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

README.md Outdated Show resolved Hide resolved
build_and_run.sh Outdated Show resolved Hide resolved
frontend/package.json Outdated Show resolved Hide resolved
run.py Outdated Show resolved Hide resolved
setup.py Outdated Show resolved Hide resolved
debiaiServer/server.py Outdated Show resolved Hide resolved
MANIFEST.in Outdated
@@ -0,0 +1,5 @@
include debiaiServer/swagger.yaml
include debiaiServer/config/config.env
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

build_and_run.sh Outdated Show resolved Hide resolved
run_debiai_server_dev.py Outdated Show resolved Hide resolved
Copy link
Member

@Tomansion Tomansion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ᕦ(ò_ó )ᕤ

@Tomansion Tomansion merged commit add8960 into main Jul 25, 2024
10 checks passed
@Tomansion Tomansion deleted the 205-debiai-easy-start-module-to-launch-debiai-standlalone branch July 25, 2024 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

DebiAI easy start module to launch debiAI standlalone
2 participants