A secure backend API implemented using Python Flask and PostgreSQL. This system uses JWT (JSON Web Tokens) for stateless authentication and Bcrypt for password hashing.
- User Registration (Password Hashing)
- User Login (JWT Generation)
- Token-based Protected Routes
- PostgreSQL Integration
- Python (Flask)
- PostgreSQL (Database)
- PyJWT (Token Management)
- Bcrypt (Encryption)
- Install dependencies:
pip install flask flask-sqlalchemy psycopg2-binary pyjwt bcrypt
#RUN :- python app.py