A simple Authentication REST API built using Python, Flask, and SQLite. This project demonstrates user registration, login authentication, password hashing, and database integration.
- User Registration
- User Login
- Password Hashing using SHA256
- Get User by ID
- SQLite Database Integration
- Unique Username Validation
- REST API Architecture
- Python
- Flask
- SQLite
- Hashlib
- REST API
GET /
POST /register
POST /login
GET /user/
- Flask Routing
- JSON Handling
- SQLite Database Operations
- CRUD Concepts
- Authentication Logic
- Password Hashing
- REST API Development
Santhosh KM BCA Student | Python Backend Developer