FullStack-Blog-Nestjs-Nextjs-Postgres
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
|
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
|
||||||
|
|
||||||
## Project init
|
## Backend init
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# 1. Set up PostgreSQL and fill in .env
|
# 1. Set up PostgreSQL and fill in .env
|
||||||
@@ -42,7 +42,7 @@ npm run seed:admin
|
|||||||
npm run seed:posts
|
npm run seed:posts
|
||||||
```
|
```
|
||||||
|
|
||||||
## Compile and run the project
|
## Compile and run Backend
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# development
|
# development
|
||||||
@@ -55,7 +55,7 @@ $ npm run start:dev
|
|||||||
$ npm run start:prod
|
$ npm run start:prod
|
||||||
```
|
```
|
||||||
|
|
||||||
## Run tests
|
## Run tests in Backend
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# unit tests
|
# unit tests
|
||||||
|
|||||||
0
.gitignore → backend/.gitignore
vendored
0
.gitignore → backend/.gitignore
vendored
Reference in New Issue
Block a user