Встановлення програми - nnuviora/nuviora-beckend GitHub Wiki
Installation and Running
1. Clone the Repository
First, clone this repository:
git clone https://github.com/nnuviora/nuviora-beckend.git
cd project-name
2. Set Up Environment Variables
Create a .env
file and configure your environment variables as needed.
3. Start the Application with Docker Compose
Run the following command to build and start the containers:
Start:
docker-compose up --build
Stop:
docker-compose down