Skip to content

Commit 680944e

Browse files
authored
Update readMe.md
1 parent a0ed3b0 commit 680944e

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

readMe.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,25 @@
1-
# CRUD RESTful API Node.js, TypeScript, Prisma, PostgreSQL
1+
# Setup Node.js API with Prisma, TypeScript, and PostgreSQL
22

3-
### 1. API Node.js, TypeScript, Prisma, PostgreSQL: Project Setup
3+
![Setup Node.js API with Prisma, TypeScript, and PostgreSQL](https://codevoweb.com/wp-content/uploads/2022/05/API-Node.js-TypeScript-Prisma-PostgreSQL-Project-Setup.webp)
44

5-
[API Node.js, TypeScript, Prisma, PostgreSQL: Project Setup](https://codevoweb.com/api-node-typescript-prisma-postgresql-project-setup)
5+
In this comprehensive article, you'll learn how to set up a Node.js API Project with ExpressJs, Prisma, PostgreSQL, Redis, and Docker-compose. The API will run on an Express server and use Postgres for data storage.
6+
7+
## Topics Covered
8+
9+
- Initialize a Prisma Project with Express.js
10+
- Generate a database schema with the Prisma CLI
11+
- Defining the User Model with Prisma
12+
- Database Migration with Prisma
13+
- Connect the ExpressJs App to the Redis Server
14+
- Connecting to PostgreSQL and Redis with MySQL VS Code Extension
15+
16+
Read the entire article here: [https://codevoweb.com/api-node-typescript-prisma-postgresql-project-setup](https://codevoweb.com/api-node-typescript-prisma-postgresql-project-setup)
17+
18+
Articles in this series:
19+
20+
### 1. Setup Node.js API with Prisma, TypeScript, and PostgreSQL
21+
22+
[Setup Node.js API with Prisma, TypeScript, and PostgreSQL](https://codevoweb.com/api-node-typescript-prisma-postgresql-project-setup)
623

724
### 2. Node.js + Prisma + PostgreSQL: Access & Refresh Tokens
825

0 commit comments

Comments
 (0)