keelworks / LMS

Keelworks Learning Management System
MIT License
0 stars 2 forks source link

Django and Next.js connection #49

Closed TheNirmata closed 7 months ago

TheNirmata commented 7 months ago

Description

This PR correlates to #46, #45.

Implemented the connection between Django and Next.js. Full stack development can be begin with creating mock data. Django by default as a SQLite database. No pseudo code can be found in this PR. However, documentation for code in this PR will be finished after the submission of this PR.

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Checklist:

caglartufan commented 7 months ago

Something also caught my eye, why is there a separate django folder in root of the project? Could you explain its purpose? Thanks!

TheNirmata commented 7 months ago

Something also caught my eye, why is there a separate django folder in root of the project? Could you explain its purpose? Thanks!

Good question. I am not sure why either that it is still there, I thought I had removed that file. I'll make another PR to make sure that file is removed. But good catch that should not be there

TheNirmata commented 7 months ago

Good work Aimée! I have some questions though, I think we should ignore pycache folders using .gitignore file. Also there seem to be 2 interface folders and one of them might be unnecessary I think. One of the folders is located at path LMS/interface and other is located at path LMS/src/interface.

Good work Aimée! I have some questions though, I think we should ignore pycache folders using .gitignore file. Also there seem to be 2 interface folders and one of them might be unnecessary I think. One of the folders is located at path LMS/interface and other is located at path LMS/src/interface.

Thank you for the solution! I also went ahead and deleted the duplicated files. I think this happened when I was running into a merge conflict on my end.