Coursera-Clone icon indicating copy to clipboard operation
Coursera-Clone copied to clipboard

Opensource

Open WeirdODKnight opened this issue 4 years ago • 7 comments

Can you upload a video on how to run the app? Thanks!

By the way, good work!

WeirdODKnight avatar Jun 12 '21 16:06 WeirdODKnight

Sure! will do so in a few days. A bit tight on schedule here. Thanks btw

ayush-lab avatar Jun 13 '21 12:06 ayush-lab

@WeirdODKnight My apologies for not being able to upload the video, please follow the readme instructions to set it up and yet if there is some problem, then feel free to ask.

ayush-lab avatar Jun 26 '21 13:06 ayush-lab

Ok, Thanks. I don't know anything about Redis that is why. But Thank you for your work and Reply. I will figure it out. Regards.

On Sat, Jun 26, 2021 at 4:34 PM Ayush verma @.***> wrote:

@WeirdODKnight https://github.com/WeirdODKnight My apologies for not being able to upload the video, please follow the readme instructions to set it up and yet if there is some problem, then feel free to ask.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ayush-lab/Coursera-Clone/issues/1#issuecomment-869003027, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUEZOJ5WM5YQC2SUYEUWYG3TUXJOJANCNFSM46S4GV7Q .

WeirdODKnight avatar Jun 26 '21 13:06 WeirdODKnight

Hey Ayush,

It would be great if you could create a video demonstrating the process of how to run the complete project? Your project is outstanding!!!

Regards, Shubham Maurya

Shubham29012001 avatar Aug 09 '21 10:08 Shubham29012001

okay Shubham, I will do that soon and thanks a lot!

ayush-lab avatar Aug 30 '21 08:08 ayush-lab

Hello Ayush, I hope you are doing well, is it possible that you can upload the tutorial for running the project and connecting the Db with the app? I understand you might be busy or have a tight schedule just like us, but it would be a great help if would do the tutorial.

Thank you for your time and help,

Regards, Usama Mahmood.

usamamahmood01 avatar Apr 25 '22 04:04 usamamahmood01

Hi I'm also trying to deploy the apps and fixed all the connexions so far. But when I'm trying to signup i get the following message : 2024-01-31_17:44:42

Here are the logs as well: Error: Validation failed coursera-clone-back-1 | at exports.signup (/usr/src/app/controllers/auth.js:29:21) coursera-clone-back-1 | at Layer.handle [as handle_request] (/usr/src/app/node_modules/express/lib/router/layer.js:95:5) coursera-clone-back-1 | at next (/usr/src/app/node_modules/express/lib/router/route.js:137:13) coursera-clone-back-1 | at middleware (/usr/src/app/node_modules/express-validator/src/middlewares/check.js:16:13) { coursera-clone-back-1 | statusCode: 422, coursera-clone-back-1 | data: [ coursera-clone-back-1 | { coursera-clone-back-1 | value: '[email protected]', coursera-clone-back-1 | msg: 'Command find requires authentication', coursera-clone-back-1 | param: 'email', coursera-clone-back-1 | location: 'body' coursera-clone-back-1 | } coursera-clone-back-1 | ] coursera-clone-back-1 | } undefined

Apparently I need to be authenticated to signup which doesn't make sense to me. Also I tried running the jest tests and none of them succeeded. 2024-01-31_17:48:19

Is there something I can do to fix this?

MarcPartensky avatar Jan 31 '24 16:01 MarcPartensky