hasslesstech 5d9da36bc5
add workaround for postman flow
Add endpoint specifically designed to make sure postman flow will
execute correctly on any run regardless of what previous changes have
been done to the server database.
2024-10-28 17:27:34 +02:00
2024-10-28 17:27:34 +02:00
2024-09-25 16:25:58 +03:00

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.

Description
No description provided
Readme 69 KiB
Languages
Python 91.3%
Shell 7.2%
Dockerfile 1.5%