https://github.com/hduc/nextjs-api
https://github.com/hduc/nextjs-api
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hduc/nextjs-api
- Owner: Hduc
- Created: 2023-09-28T04:32:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T15:07:25.000Z (over 2 years ago)
- Last Synced: 2026-01-03T12:21:43.586Z (5 months ago)
- Language: TypeScript
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### 2. Create and seed the database
Run the following command to create your SQLite database file.
This also creates the User and Post tables that are defined in prisma/schema.prisma:
`npx prisma migrate dev --name init`
#### Database postgresql
Cài đặt mật khẩu cho postgres
`ALTER USER postgres PASSWORD 'myPassword' `
`ALTER ROLE`