Skip to content

nmuzychuk/blog-web

Repository files navigation

Blog Web

Node.js CI Codacy Badge

Overview

AngularJS client app for Blog REST API

Docker

Run blog-web

docker build -t blog-web .
docker run -p 8080:80 blog-web

Compose

Run blog-web and blog-api

docker-compose up

License

This project is released under the MIT License