Skip to content

woped/woped-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WoPeD Webclient

This repository contains the WoPeD Webclient.
The application has been built based on angular-starter

Navigate to https://woped.github.io/woped-frontend/home to use the WoPeD Webclient.

Docker Deployment

# Build Docker image
$ docker build . -t p2t-woped-webservice-frontend

# Run Docker Container
$ docker run -p 3000:80 p2t-woped-webservice-frontend