FastAPI RESTful Authentication API use JWT(Json Web Token) Implements
-
Python 3 (Back-End)
-
Redis
-
Mac OS
brew install redis
-
Linux - Following Command
sudo apt update sudo apt install redis-server
-
NodeJS (Front-End)
Following command will run redis-server automatically.
- make sure your environment already installed redis.
- to front-end folder.
cd auth-front-end
- install packages.
npm i
- back to root folder.
cd ..
- Run the following execute command.
python run.py
- and open browser to http://localhost:3001