smartexpert / NginxAuth

Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Authentication Server

Start the process manually:

Python version:

  • Python 3.8.1

install dependencies from requirements.txt file

pip install -r requirements.txt

then go to the directory app/ and execute the module main.py or in the root directory run the command:

uvicorn app.main:api --host=0.0.0.0 --port=8000 --reload

Enjoy!

About

Project


Languages

Language:CSS 95.3%Language:Python 2.5%Language:HTML 1.7%Language:JavaScript 0.5%