1.0.0 • Published 5 years ago
@freight-trust/editoken-api v1.0.0
EDIToken
EDI Token API
Get Started
Get started developing...
# install deps
npm install
# run in development mode
npm run dev
# run tests
npm run testInstall Dependencies
Install all package dependencies (one time operation)
npm installUsage
Production should use pm2, etc.
Run in development mode
Runs the application is development mode. Should not be used in production
npm run devor debug it
npm run dev:debugRun in production mode
Compiles the application and starts it in production production mode.
npm run compile
npm startTesting
Run the Mocha unit tests
npm testor debug them
npm run test:debugLocal Development
- Open you're browser to http://localhost:3000
- Invoke the - /tokenendpoint- curl http://localhost:3000/contract/api/v1/token
Troubleshooting
Email Support@Freight.Zendesk.com
Server
npm run dev:debugDebug Tests
npm run test:debugLinting
View airbnb linter output
npm run lintFix all airbnb linter errors
npm run lintLicense
Apache-2.0
1.0.0
5 years ago