Skip to content

aishr/SpacerProseBackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Run

Front end

https://nhamlv-55.github.io/spacer-visualization

Backend

Making Changes to the Visualizer

  • clone visualizer repo

    git clone https://github.com/nhamlv-55/spacer-visualization.git

    git clone git@github.com:nhamlv-55/spacer-visualization.git

  • change to working directory

    cd spacer-visualization/visualization-frontend

  • install npm packages

    npm install

  • run frontend

    npm start

Making Changes to the Backend

  • clone both repos

    git clone https://github.com/aishr/SpacerVisBackend.git

    git clone https://github.com/aishr/SpacerProseBackend.git

  • edit one of the docker-compose.yml so build: points to the directories of each of the backends
  • run docker-compose up in the same directory as your edited docker-compose.yml

    docker-compose up

  • Note: run the following after you’ve made changes

    docker-compose up --build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published