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

https://github.com/quochuydev/nest-next-session-auth


https://github.com/quochuydev/nest-next-session-auth

nestjs nextjs postgresql

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

          

# nest-next-session-auth

Installation

```
(cd infra/dev && docker-compose up -d)
(cd web && yarn)
(cd api && yarn)
(cd api && yarn migration:run)
```

Web

```
(cd web && yarn dev)
```

API

```
(cd api && yarn start:dev)
```

E2E test

```
(cd infra/e2e && docker-compose up -d)
(cd e2e && yarn test)
```

STOP

```
(cd infra/dev && docker-compose down)
```