Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 746 Bytes

File metadata and controls

38 lines (33 loc) · 746 Bytes

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