- python >=3.8, <3.9
- poetry stable(1.1.13)
git clone https://github.com/cloud-club/Native-Study-Backend.git
cd Native-Study-Backend
2. Install poetry
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
(Invoke-WebRequest -Uri https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py -UseBasicParsing).Content | python -
poetry install --no-dev
cp .env.example .env
cd .../Native-Study-Backend
python3 main.py
docker-compose build
docker-compose up -d