ArtWhale Server

Members

이주호 조건우 김경
Android Backend AI

Usage

  1. Install Docker and Docker Compose
    • Docker version >= 20.10.12
    • Docker Compose version >= 1.29.2
  2. Clone the repository
    $ git clone https://github.com/gunwbro/artwhale-server.git
    $ cd artwhale-server
  3. Generate .env and ormconfig.json file
    $ cp .env.example .env
    $ cp ormconfig.example.json ormconfig.json
  4. Run the container
    $ docker-compose up -d --build
  5. View the Swagger documentation at: http://localhost/api-docs