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 fc5913316e
Basic app
2019-03-06 10:21:30 +07:00
app Basic app 2019-03-06 10:21:30 +07:00
spec Basic app 2019-03-06 10:21:30 +07:00
.env.example Basic app 2019-03-06 10:21:30 +07:00
.eslintrc.yaml Basic app 2019-03-06 10:21:30 +07:00
.gitignore Basic app 2019-03-06 10:21:30 +07:00
README.md Basic app 2019-03-06 10:21:30 +07:00
package-lock.json Basic app 2019-03-06 10:21:30 +07:00
package.json Basic app 2019-03-06 10:21:30 +07:00
tsconfig.json Basic app 2019-03-06 10:21:30 +07: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

Resources

TypeScript, Express.js & Co.

Testing