Skip to content

li195111/FastAPI-Authentication

Repository files navigation

FastAPI-Authentication

FastAPI RESTful Authentication API use JWT(Json Web Token) Implements

Requirements

  • Python 3 (Back-End)

  • Redis

  • NodeJS (Front-End)

HOW TO

Following command will run redis-server automatically.

  1. make sure your environment already installed redis.
  2. to front-end folder.
cd auth-front-end
  1. install packages.
npm i
  1. back to root folder.
cd ..
  1. Run the following execute command.
python run.py
  1. and open browser to http://localhost:3001

About

FastAPI RESTful Authentication API Implements

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published