Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 310 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 310 Bytes

You Need

  • NPM
  • Node.js
  • NestJS
  • Vue.js
  • Docker
  • Postgres
  • Socket.io

For Back End

$ cd api  
$ docker-compose build  
$ docker-compose up

For Front End

$ cd app
$ docker-compose build
$ docker-compose up

after the running you can go localhost:8081 on your browser