REST API that provides users with a place to store files and data.
- Clone repository
git clone https://github.com/IRuuy/CloudFileStorageApi
- In order to run the application, you need to install docker compose and execute the command at project directory:
docker compose -f compose/docker-compose.yml up -d
You can get acquainted with the project documentation, available endpoints and request structure after launching the application using the link http://your-url/swagger-ui/index.html
.
File - openapi.json.