Skip to content

ekarpovs/vsign-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VSIGN-API

CircleCI

A Node.js REST API for Vsign site

install the repo dependencies with npm

npm install

start the server

npm run dev

Other commands

Run the linter manually:

npm run lint

Clean temp folders:

npm run clean

Run the tests:

npm test

Generate docs, the output will be in /doc folder:

npm run doc

Production / Integration

To run the project in a server you'll want to run the built code instead src version.

# deploy the repo to server and run
npm install
npm start

License

MIT

About

V-Sign REST API for the site administration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages