-
Notifications
You must be signed in to change notification settings - Fork 2
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
46 docker backend #48
Conversation
…tions to login and registration views
…s in home and an instructions view, added a logo to the navbar
…do without functionality yet)
…inks to redirect work good.
-The call to our inner API works -Needed to add security changes in order to fullfil the CORS mechanism and allow to call our API from the webapp port
-Quetion generator need to run Main.java inside wiq_en1b\backend\wiq\src\main\java\com\wiq\wiq\services\questionGenerator To test the webapp and the backend -Run SpringBoot with the VSCode Extension and class WIQApplication.java inside wiq_en1b\backend\wiq\src\main\java\com\wiq\wiq -Go in console to webapp dir, then do npm install and the npm start
…ull cycle, start playing, generate the questions and then show them
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I understood it correctly, the reason the checks fail is because you're changing the thing the checks are testing, so no problem there.
There's a lot of commented code, which may cause problems with SonarCloud, so I would recommend to maybe copy the commented code locally and remove it from the repository.
Nevertheless, the rest looks good, so I'll aprove it.
Tested the new dockerfile for the backend and the docker-compose