Skip to content

Website allowing an automatized creation of data management plans for any project

License

Notifications You must be signed in to change notification settings

TomMiksa/DMPGenerator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DMPGenerator

Website allowing an automatized Creation of Data Management Plans

How to run the project

Execute the following commands while in the "DMPGenerator" folder to build the containers.

docker build -f docker/frontend.Dockerfile -t frontend .
docker build -f docker/backend.Dockerfile -t backend .

Docker files have been provided in the "docker" folder.

Execute the following commands to start the docker containers:

docker run -p 8080:8080 backend
docker run -p 8100:8100 frontend

To use the tool open your favorite webbrowser and navigate to:

localhost:8100

About

Website allowing an automatized creation of data management plans for any project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 65.9%
  • TypeScript 14.9%
  • HTML 12.0%
  • JavaScript 2.6%
  • CSS 2.3%
  • XSLT 1.5%
  • Shell 0.8%