Skip to content
/ numerical Public

Numerical Method | KMUTNB By Thanawat Gulati

Notifications You must be signed in to change notification settings

t6tg/numerical

Repository files navigation

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