Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 929 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 929 Bytes

isomorphic-chat

Deploy to Docker Cloud

Isomorphic chat application built with React on the frontend, Node.js on the backend, deployable via Docker Cloud to any cloud provider. Backend services needed: Redis and MongoDB.

How to develop

Clone the repo. You will need Docker, so download it and start it either by running Docker or Kitematic, depending on your system.

Start the services by doing

docker-compose up

This will watch for changes in your repo, so you can now navigate to the IP assigned by Docker Machine and check out the application inside your browser.

How to deploy

Click the Deploy to Docker Cloud button. Register an account (it's almost free), connect a Cloud Provider and you're good to go!

License

MIT