@kube-js/kube-ts-server
v1.5.25
Published
Dokerized restful API written in typescript ready to be deployed on kubernetes cluster
Downloads
145
Maintainers
Readme
kube-ts-server
Dockerized restful API powered by express/typescript ready to be deployed on kubernetes cluster
Demo - deployed on digital ocean kubernetes cluster
https://demo.mariuszrajczakowski.me/api/v1
Client for this API - deployed on digital ocean kubernetes cluster
https://client.mariuszrajczakowski.me
Docs
https://kubetsserver.docs.apiary.io
Getting started
- clone the repo
git clone [email protected]:kube-js/kube-ts-server.git
- install all dependencies
npm install
- migrates and seeds a project
npm run setup
- build the project
npm run build
- run the server (for production, after build)
npm run start
- run the server (for dev purposes, has a watch mode)
npm run dev
- run tests
npm run test
npm run test:watch
Currently includes the following models:
- users
- userRole
- roles
- rolePermission
- permissions
- resetPasswordTokens
- courses
- enrolments
- sections
- units
This repo would not exist if not inspiration coming from:
- ryansmith94:
- vinaysahni.com: