Skip to content

Akagitsunee/context-mapper-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Context Mapper

Context Mapper Web App

Checkout the website https://contextmapper.org/ to get started.

Features

  • Create Context Maps with the help of the Context Mapper Generator and DSL
    • Write context maps with bounded contexts and their relationships
    • Find examples in the examples repository
    • Consult the online documentation to get detailed language documentation, manuals and how to get started.
  • Export diagrams in *.png, *.svg or *.gv format

System Requirements

To use the ContextMapper Web App you need the following tools:

To use the application without docker you need the following tools:

  • Java JDK (JDK 17 or newer)
  • Graphviz for diagram generation
  • Gradle version 7.5.1 was used
  • npm (8.19.1+) or yarn (1.22.19+)
    • Node Version 18.9.0 or higher

Getting Started for docker

  1. Execute start.bat or start.sh depending on the system
  2. Open localhost (without port) in the web browser

Getting Started locally

  1. Execute start.bat local or start.sh local depending on the system to start the backend
  2. Run npm install or yarn install in the /gui subfolder
  3. Run npm start or yarn start to start the gui
  4. Open localhost:4200 in the web browser

Licence

ContextMapper is released under the Apache License, Version 2.0.