syuchan1005 / training-app

Sample web app for job training

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Training App

研修の一環で作ったWebアプリ

何も対策していないサイトと、少しは対策をしたサイトの2種類がある

how to run

$ npm install
$ npm run serve:server
$ npm run serve:client

security: http://localhost:8080

no security: http://localhost:8081

Docker

$ docker build -t syuchan1005/training-app .
$ docker run -p <port>:80 syuchan1005/training-app

security: http://<dockerhost>

no security: http://<dockerhost>/pure

admin account

username: test password: test

About

Sample web app for job training


Languages

Language:TypeScript 57.7%Language:HTML 26.8%Language:JavaScript 14.6%Language:Dockerfile 0.8%Language:Shell 0.1%