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)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screenshots

  1. The updated course details page with the no questions answered in the exam section updated_details_noanswers
  2. The updated course details page with all questions answered in the exam section updated_details_allanswers
  3. The new exam submission and result page and show a FAILED exam result exam_failed
  4. The new exam submission and result page to show a SUCCESS exam result exam_success

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, 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

About

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)

License:Apache License 2.0


Languages

Language:JavaScript 44.9%Language:CSS 36.8%Language:Python 9.6%Language:HTML 8.7%Language:Procfile 0.0%