Skip to content
 
 

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo contains a 'docker-compose.yml' file that allows you to simply run:


docker compose up -d

back end is available at http://localhost/4000 and the front end is at http://localhost/3000.

When you are done, simply run:


docker compose down 

Deploying

To deploy the application, you will need to do the following:

  1. Build the frontend.

    cd frontend
    yarn build
    
  2. Copy the artifacts from the newly created/populated frontend/build directory into backend/src/static directory.

  3. Deploy the backend directory and start it using node src/index.js. The frontend application will be deployed using the backend.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages