MosaicGroups / mosaic-groups

A Mosaic groups application
GNU General Public License v3.0
6 stars 2 forks source link

AWS support #236

Closed mnmercer closed 6 years ago

mnmercer commented 6 years ago

Adjusted application so that, when built in production mode, frontend and backend are separated. Had to enable CORS on the express server with accepted origins from environment variables and create a variable to hold the path to the API in the frontend. Added beanstalk configuration file, .ebignore file, and moved package dependencies around so only the server side code and dependencies are sent and build on the beanstalk instance.