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

https://github.com/chijian28/todo-app-pern

Practice PERN Stack
https://github.com/chijian28/todo-app-pern

pern-stack

Last synced: 4 months ago
JSON representation

Practice PERN Stack

Awesome Lists containing this project

README

        

* Perform **CRUD** operations using **pg** (PostgreSQL client library)
* Perform **CRUD** operations using **sequelize** (ORM)
* Adding a **join table** (many-to-many relationship), using both the **Sequelize API method** and **raw SQL** in an ORM to query