Skip to content

Locally Install and Deployment

ng edited this page Dec 9, 2023 · 1 revision

To run the application locally

  1. make sure to have Docker Desktop installed
  2. run the following command at the root directory to build all docker containers:
    docker-compose up -d
    
  3. after all containers are up, enter http://localhost:8080/ on your web browser to open the locally running web application

Deployment

We have deploy our website at AWS. Here is the link http://fusekiexcelconvert.us-west-1.elasticbeanstalk.com/

Clone this wiki locally