Skip to content

practisec/express-authz-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

On the host system:

  1. git clone https://github.com/practisec/express-authz-test.git

  2. cd express-authz-test

  3. docker run --rm -it -p 9000:3000 -v ${PWD}:/src node:alpine /bin/sh

In the container:

  1. cd /src

  2. npm install

  3. npm start

In a browser:

  1. Visit http://localhost:9000.

Users

email: "abc@gmail.com"
password: "password"
role: "user"

email: "admin@gmail.com"
password: "password"
role: "admin"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published