Skip to content

Build a FARM stack. Part 3. React is included in this stack.

License

Notifications You must be signed in to change notification settings

sandrews/farm-part-3

 
 

Repository files navigation

farm-part-3

Build a FARM stack. Part 3. React is included in this stack.

For a breakdown of the code you can read the associated CodeX article at https://medium.com/codex/creating-a-farm-stack-dev-environment-with-docker-compose-part-3-of-3-react-123bfa8f187a.

Security

You must add the environment variables MONGO_USER and MONGO_PASSWORD to your environment. You can also add a ".env" file to the root of your system with the environment variables.

Example .env contents

MONGO_USER=root

MONGO_PASSWORD=OTNmYTdjYmZkMjE5ZmYzODg0MDZiYWJh

Run

You can run the FARM stack by running the following command.

docker-compose up

About

Build a FARM stack. Part 3. React is included in this stack.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 43.5%
  • HTML 19.6%
  • Python 18.6%
  • CSS 10.6%
  • Dockerfile 3.9%
  • Shell 3.8%