Browse Source

adding relational database to bonus question and subject

content-update
lee 3 years ago
parent
commit
cb646886fc
  1. 3
      subjects/atm-management-system/README.md
  2. 2
      subjects/atm-management-system/audit/README.md

3
subjects/atm-management-system/README.md

@ -114,6 +114,9 @@ You can also do more bonus features or update the terminal interface:
- Encryption of passwords
- Adding your own Makefile
A relational database can also be added as a bonus. You can use the database at your choice, but we recommend you do use SQLite
To know more about SQLite you can check the [SQLite page](https://www.sqlite.org/index.html).
### Example
You can find an example of the final application [here](https://www.youtube.com/watch?v=xVtikDcGG2E). Do not forget that you are free to

2
subjects/atm-management-system/audit/README.md

@ -88,6 +88,8 @@
###### +Is the password saved in the file `"users.txt"` encrypted?
###### +Did the student create a relational database? • 6
###### +Did the student make their own Makefile?
###### +Did the student add more features to the project?

Loading…
Cancel
Save