Skip to content
This repository has been archived by the owner on May 4, 2020. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 302 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 302 Bytes

vue-node-webservice

This is a little application using vue and webservice made in nodejs for my college activity.

Docker - MySQL

docker run --name mysql_cci -p 0.0.0.0:3306:3306 -e MYSQL_ROOT_PASSWORD=secret -d mysql:latest --character-set-server=utf8 --collation-server=utf8_unicode_ci