이주호 | 조건우 | 김경 |
---|---|---|
Android | Backend | AI |
- Install Docker and Docker Compose
- Docker version >= 20.10.12
- Docker Compose version >= 1.29.2
- Clone the repository
$ git clone https://github.com/gunwbro/artwhale-server.git $ cd artwhale-server
- Generate
.env
andormconfig.json
file$ cp .env.example .env $ cp ormconfig.example.json ormconfig.json
- Run the container
$ docker-compose up -d --build
- View the Swagger documentation at: http://localhost/api-docs