Complete setup for frontend #15

Merged
juggy1233 merged 1 commits from #14-frontend-setup into master 2023-03-18 15:51:06 -04:00
Owner

Made docker-compose that runs both frontend and backend services.

  • Frontend runs on port 8080
  • Backend runs on port 5000

Dockerfile for frontend installs packages and builds the production site. Then it runs the serve.js file in frontend folder. This is an express.js server that will route all requests /* to the react app.

Made docker-compose that runs both frontend and backend services. - Frontend runs on port `8080` - Backend runs on port `5000` Dockerfile for frontend installs packages and builds the production site. Then it runs the serve.js file in frontend folder. This is an `express.js` server that will route all requests `/*` to the react app.
juggy1233 added the backendfrontend labels 2023-03-18 15:50:57 -04:00
juggy1233 added 1 commit 2023-03-18 15:50:57 -04:00
juggy1233 merged commit cef00dac0e into master 2023-03-18 15:51:06 -04:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: juggy1233/COMP-2707-final-project#15