Skip to content

azophy/experiment-nestjs-cookies

Repository files navigation

Experiment with cross-domain cookie storage

Description

A small backend for experimenting with cookie storage across different domains.

The frontend example is in /frontend folder.

Web Screenshot

Stack

  • Typescript with Nest framework

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

License

Nest is MIT licensed.

About

experiment implementing cookie storage for cross domain ajax request

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published