Skip to content

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

License

Notifications You must be signed in to change notification settings

stivenramireza/odoo-auth-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published