https://github.com/leebissessar5/full-stack-open-part13-using-relational-databases
Submissions for part 13 of Full Stack open
https://github.com/leebissessar5/full-stack-open-part13-using-relational-databases
fullstack-web-development fullstackopen2023 relational-databases sequelize
Last synced: 2 months ago
JSON representation
Submissions for part 13 of Full Stack open
- Host: GitHub
- URL: https://github.com/leebissessar5/full-stack-open-part13-using-relational-databases
- Owner: leebissessar5
- Created: 2023-06-22T10:29:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-03T09:56:53.000Z (almost 2 years ago)
- Last Synced: 2025-01-26T03:23:57.588Z (4 months ago)
- Topics: fullstack-web-development, fullstackopen2023, relational-databases, sequelize
- Language: JavaScript
- Homepage:
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Full Stack Open](https://fullstackopen.com/en/)
Course hosted by the Department of Computer Science at the University of Helsinki.Main repository for Parts 1-7 located [here](https://github.com/leebissessar5/full-stack-open).
## Part 13
NoSQL databases became very common just over 10 years ago, when the scaling of the internet started to produce problems for relational databases that utilized the older generation SQL query language.Relational databases have since then experienced a new beginning. Problems with scalability have been partially resolved and they have also adopted some of the features of NoSQL databases. In this section we explore different NodeJS applications that use relational databases, we will focus on using the database PostgreSQL which is the number one in the open source world.
Exercises Complete: 24/24 (**100%**)
Time Taken: at most 12 hrs
[Course Certificate](https://studies.cs.helsinki.fi/stats/api/certificate/fs-psql/en/fe321f447d4caf5aac4a749d2d279eba)