|
1 | | -# CRUD RESTful API Node.js, TypeScript, Prisma, PostgreSQL |
| 1 | +# Setup Node.js API with Prisma, TypeScript, and PostgreSQL |
2 | 2 |
|
3 | | -### 1. API Node.js, TypeScript, Prisma, PostgreSQL: Project Setup |
| 3 | + |
4 | 4 |
|
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) |
6 | 23 |
|
7 | 24 | ### 2. Node.js + Prisma + PostgreSQL: Access & Refresh Tokens |
8 | 25 |
|
|
0 commit comments