Go to file
ІО-23 Шмуляр Олег 3390b2e374
add user-related endpoints
2024-10-28 17:19:47 +02:00
app add user-related endpoints 2024-10-28 17:19:47 +02:00
.gitignore set __pycache__/ directories to be ignored by git 2024-10-28 14:05:30 +02:00
Dockerfile use volumes instead of copying application files 2024-10-28 14:08:23 +02:00
README.md add README.md 2024-09-25 16:25:58 +03:00
docker-compose.yaml use volumes instead of copying application files 2024-10-28 14:08:23 +02:00
requirements.txt add initial application code alongside it's dependencies 2024-09-24 20:25:06 +03:00

README.md

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:

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.