Week 2 Assignment & Effort - koglak/SWE573 GitHub Wiki

Week 2 Assignment

The assignment has been shared on moodle.

Due Date: 15.03.2022

Please check:

Week 2 Tasks

Create a basic Web Application by following a tutorial or if you already know it you can create as you know.

While developing it you must use the version management and issue system.


Use MySQL or PostgreSQL as a database (NOT sqlite)

**Django**

* A very easy to follow tutorial is: https://tutorial.djangogirls.org/en/

* A more comprehensive one is: https://docs.djangoproject.com/en/4.0/

You are expected to demo this in class next week.

In your submission, include the following:

* URI of your code

* URIs of the most significant 5 issues

* Screenshot of the application after you have created some content.

* In class next week you must have access to the functioning application!

Week2 Effort

  • I followed the Django Girls Tutorial. Using git version control system was quite difficult. In particular, I faced an issue with master & main branch in github. Solving the problem and pushin my works in github took lots of time. Later, I followed instruction in tutorial one by one. Tutorial was easy to read. When I finished it, I tried to update CSS codes in website and used bootstrap. Moreover, I added aboutme page and tried to route that page. Finally, althogu django uses sqlite database, as defined in instructions, I tried to migrate database to mySQL. It was diffucult due to several error, but, I achieved them. Required effort: 2 days
⚠️ **GitHub.com Fallback** ⚠️