An open API service indexing awesome lists of open source software.

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

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)