Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedramardakani/certificate-ibm-sql-django
The final project of the IBM course "Developing Applications with SQL Databases and Django" (https://www.coursera.org/learn/developing-applications-with-sql-databases-and-django)
https://github.com/pedramardakani/certificate-ibm-sql-django
coursera-assignment django-project sql
Last synced: about 1 month ago
JSON representation
The final project of the IBM course "Developing Applications with SQL Databases and Django" (https://www.coursera.org/learn/developing-applications-with-sql-databases-and-django)
- Host: GitHub
- URL: https://github.com/pedramardakani/certificate-ibm-sql-django
- Owner: pedramardakani
- License: apache-2.0
- Created: 2023-08-18T07:39:28.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-19T18:19:44.000Z (over 1 year ago)
- Last Synced: 2023-08-19T18:52:16.265Z (over 1 year ago)
- Topics: coursera-assignment, django-project, sql
- Language: JavaScript
- Homepage:
- Size: 2.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Screenshots**
1. The updated course details page with the no questions answered in the exam section ![updated_details_noanswers](./updated_details_noanswers.png)
2. The updated course details page with all questions answered in the exam section ![updated_details_allanswers](./updated_details_allanswers.png)
3. The new exam submission and result page and show a FAILED exam result ![exam_failed](./exam_failed.png)
4. The new exam submission and result page to show a SUCCESS exam result ![exam_success](./exam_success.png)**General Notes**
An `onlinecourse` app has already been provided in this repo upon which you will be adding a new assesement feature.
- If you want to develop the final project on Theia hosted by [IBM Developer Skills Network](https://labs.cognitiveclass.ai/), you will need to create the same project structure on Theia workspace and save it everytime you close the browser
- Or you could develop the final project locally by setting up your own Python runtime and IDE
- Hints for the final project are left on source code files
- You may choose any cloud platform for deployment (default is IBM Cloud Foundry)
- Depends on your deployment, you may choose any SQL database Django supported such as SQLite3, PostgreSQL, and MySQL (default is SQLite3)**ER Diagram**
For your reference, we have prepared the ER diagram design for the new assesement feature.![Onlinecourse ER Diagram](https://github.com/ibm-developer-skills-network/final-cloud-app-with-database/blob/master/static/media/course_images/onlinecourse_app_er.png)