A simple authentication web app built to know about JWT access tokens.
Client: HTML, CSS, Javascript
Server: Flask
Clone the project
git clone https://github.com/LakshmanKishore/imageCompression.git
Go to the project directory
cd my-project
Install dependencies
pip install -r requirements.txt
Go to backend directory
cd backend
Start the server
python app.py
I was able to learn more about usage of JWT access token. I was able to build a simple authentication application. I learnt about creating API using Flask.