Skip to content

Parra-Inc/parra-node-quick-start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parra Node Quickstart

Installation

From the project root directory run npm install

Usage

Node

Run with node: npm start

Docker

Build the docker image: docker build -t parra-node-quickstart . Run with docker: docker run -P parra-node-quickstart Run with docker (detached): docker run -d parra-node-quickstart

Testing

Testing with Jest

Run npm test

Testing with Docker and Curl

Once you see Running on port 80, you can verify the endpoint works by running curl -X POST http://localhost/v1/parra/auth/token. In the response body you should see a key access_token with the signed JWT.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published