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
- Host: GitHub
- URL: https://github.com/chijian28/todo-app-pern
- Owner: ChiJian28
- Created: 2023-12-21T06:37:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-25T17:23:00.000Z (over 1 year ago)
- Last Synced: 2025-01-08T11:48:22.629Z (5 months ago)
- Topics: pern-stack
- Language: JavaScript
- Homepage:
- Size: 3.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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