Skip to content

Branden Bedoya's repo for SparkDev, Spring 2020 DevOps team

License

Notifications You must be signed in to change notification settings

SparkDevTeams/ds_2020_branden

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy to Amazon ECS

A simple Docker( React / Express ) App to practice CI / CD

Frontend workflow

  • cd client
  • npm install
  • npm start (dev server)
  • npm test (frontend tests)
  • npm build (bundle source and send to ../server/client)

Requirements:

client/.env file (not version controlled): <--- Will be changing as pipeline matures
REACT_APP_DEV_SERVER=localhost:3001
REACT_APP_PROD_SERVER=localhost:3001
REACT_APP_TEST_SERVER=localhost:3001

Backend workflow

  • cd server
  • npm install
  • npm start (Dev server, connecting to localhost mongodb)
  • npm test (backend tests)
  • npm deploy (Production server, connecting to deployment mongodb)

About

Branden Bedoya's repo for SparkDev, Spring 2020 DevOps team

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published