Skip to content

alexandebryakin/polza_api

Repository files navigation

Weuse API

Initial setup

→ Clone the repo

→ Install docker and docker-compose

→ Copy env file by:

cp .example.env .env

→ Build docker by using:

docker-compose -f ./docker-compose.yml -f ./docker/development/docker-compose.yml build

Start the app in the development environment by:

docker-compose -f ./docker-compose.yml -f ./docker/development/docker-compose.yml up -d

Stop the app in the development environment by:

docker-compose -f ./docker-compose.yml -f ./docker/development/docker-compose.yml down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages