add README.md

This commit is contained in:
ІО-23 Шмуляр Олег 2024-09-25 16:25:58 +03:00
parent f50bbca48e
commit 3eacc59ef9
1 changed files with 15 additions and 0 deletions

15
README.md Normal file
View File

@ -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.