Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 423 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 423 Bytes

Odoo Auth API

User management and authentication API using Odoo 14 external web service.

Run API in development mode

$ pip install -r requirements.txt
$ uvicorn src.main:app --reload

Run API in production mode

$ docker build -t odoo-auth:latest .
$ docker-compose up -d