From 3eacc59ef9fadbac25f277bc8ee85b15ef4c71ee Mon Sep 17 00:00:00 2001 From: hasslesstech Date: Wed, 25 Sep 2024 16:25:58 +0300 Subject: [PATCH] add README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4e35b18 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Application for Backend Development Course + +## How to deploy this application + +First, make sure you have both `docker` and `docker-compose` installed and working. +You can then clone this repository and bring the server up with docker-compose any way you prefer. + +For example, your actions may look like so: +```bash +git clone http://139.162.162.130:3000/hasslesstech/backend-development-course +cd backend-development-course +docker-compose up +``` + +That should be enough to get the server up and running.