Skip to content

Commit

Permalink
Merge pull request #7 from mohammedelzanaty/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
moelzanaty3 authored Apr 6, 2022
2 parents 779e244 + 85b63b3 commit f84bf84
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions sessions/05.Integrate-your-db-with-nodejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,14 @@ Learn how to Integrated DB with NodeJS using postgreSQL.

## 🔗 Resources

- [Migrations with Node.js and PostgreSQL | MaibornWolff](https://www.maibornwolff.de/en/blog/migrations-nodejs-and-postgresql
)
- [DB-Migrate Simplified - How to Generate PosgreSQL Database From Node.js - Kindson The Genius](https://www.kindsonthegenius.com/db-migrate-simplified-how-to-generate-posgresql-database-from-node-js/)
- [Building and running a Node.JS, TypeScript, PostgreSQL app with Docker | by Haris Zujo | NSoft | Medium](https://medium.com/nsoft/building-and-running-nodejs-typescript-postgresql-application-with-docker-3878240a2f73)
- [Create a Rest API with Express, PostgreSQL, TypeOrm, and TypeScript | by Jose Luis Campos Bautista | JavaScript in Plain English](https://javascript.plainenglish.io/create-a-rest-api-with-express-postgresql-typeorm-and-typescript-ac42a20b66c7)






2 changes: 1 addition & 1 deletion sessions/06.crud-operations-with-postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
Now after connecting the database to NodeJS it's time to build the models and there's REST APIs.

## 🔗 Resources

- [Node.js, Express.js, and PostgreSQL: CRUD REST API example - LogRocket Blog](https://blog.logrocket.com/nodejs-expressjs-postgresql-crud-rest-api-example/)


0 comments on commit f84bf84

Please sign in to comment.