gwanryo / sturdy-guacamole

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sturdy-guacamole

StarWars May the Force Be With You

Getting Started

This project is based on Python Flask.

Prerequisites

  • docker, docker-compose

How to run

  1. Clone the repo

    git clone https://github.com/gwanryo/sturdy-guacamole
  2. Write .env based on .env.sample, all values are essential

    DB_HOST=
    DB_PORT=
    DB_NAME=
    DB_USER=
    DB_PASS=
    DB_CONN_MIN=
    DB_CONN_MAX=
  3. Build image, and run

    cd sturdy-guacamole
    docker-compose build
    docker-compose up -d

About


Languages

Language:Python 97.8%Language:Dockerfile 2.2%