An open API service indexing awesome lists of open source software.

https://github.com/hduc/nextjs-api


https://github.com/hduc/nextjs-api

Last synced: about 2 months ago
JSON representation

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`