Create .env file and copy all environments from .env.template
(Environments are configured by default to work with docker-compose.yml. Change them for your needs)
docker-compose up
-
Installation
Pip installation:
pip install -r requirements.txt
Or you can use poetry as package manager:
Install Poetry globally onto your system, or install it with pip:
pip install poetry
Run this command:
poetry install
-
Run project
python start.py
-
First request
- Paste this url in postman: http://127.0.0.1:5000/create_user
- Create Authorization key in Headers with your AUTH environment in .env file like this
- Open the form-data and create this key:value
- Send a POST request and see this response