kosmos/akkounts-api
kosmos
/
akkounts-api
Archived
8
1
Fork 0
Back-end for self-service Kosmos accounts creation and management
This repository has been archived on 2022-09-21. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Basti f3c7dc72dc
1.2.1
2019-10-18 15:43:52 +02:00
app Fix BTCPay webhook not returning response 2019-10-18 15:35:14 +02:00
release 1.2.1 2019-10-18 15:43:52 +02:00
scripts Fix lint script and linter errors 2019-06-03 13:34:06 +02:00
spec Fix typo 2019-10-18 15:39:15 +02:00
.env.example Add new var to example env 2019-06-04 12:06:29 +02:00
.eslintrc.yaml Update all TS/ES deps, scripts, etc. 2019-06-04 12:06:26 +02:00
.gitignore Basic app 2019-03-06 10:21:30 +07:00
.travis.yml Use example env on Travis 2019-06-04 12:06:29 +02:00
README.md Fix typo 2019-10-18 14:10:44 +02:00
notes.txt Fix lint script and linter errors 2019-06-03 13:34:06 +02:00
package-lock.json 1.2.1 2019-10-18 15:43:52 +02:00
package.json 1.2.1 2019-10-18 15:43:52 +02:00
tsconfig.json Update all TS/ES deps, scripts, etc. 2019-06-04 12:06:26 +02:00

README.md

Kosmos Accounts API

Development

Compile app, run API server, watch code and reload automatically:

npm run dev

Running tests

npm test

Linting

npm run lint

Releases

The versioning command will compile a release build to the release/ directory and commit the files in the version commit:

npm version [patch|minor|major]

Resources

TypeScript, Express.js & Co.

Testing