Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 872 Bytes

README.md

File metadata and controls

37 lines (32 loc) · 872 Bytes

numerical

Docker CodeQL

Client Side

$ npm install / yarn
$ npm start / yarn start

Server Side

npm install / yarn
npm run start:dev / yarn start:dev

Docker

$ docker-compose up -d --build

Docker repository

https://hub.docker.com/repository/docker/t6tg/client-numerical
https://hub.docker.com/repository/docker/t6tg/server-numerical

Swagger

http://localhost:5500/docs/

CI/CD ( Build Docker Image and Push to docker repository )

├──.github/
│ ├── workflows/
│   ├── docker.yml