/time-app

Docker-prepared application of 4 micro-services: front, back, db, adminer

Primary LanguageJavaScript

Time Application

Consists of the frontend and backend parts.

  • Frontend is written with help of the Vue.js framework.
  • Backend is written using Node.js and Express.
  • Database is MySQL
app part service name inner port outer port
frontend frontend 3000 3000
backend api 5000 5555
database mysql 3306 -
admin panel adminer 8080 8888

Frontend page: http://localhost:3000

Admin panel: http://localhost:8888