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
- Host: GitHub
- URL: https://github.com/quochuydev/nest-next-session-auth
- Owner: quochuydev
- Created: 2022-01-09T12:15:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-08T02:48:57.000Z (almost 4 years ago)
- Last Synced: 2025-05-20T03:37:26.100Z (about 1 year ago)
- Topics: nestjs, nextjs, postgresql
- Language: TypeScript
- Homepage:
- Size: 710 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)
```