A advanced Flask REST API for managing user data with SQLite database, validation, pagination, and logging. A simple REST API built with Flask to manage user data using in-memory storage. This project demonstrates basic CRUD (Create, Read, Update, Delete) operations.
- GET /users: Retrieve all users.
- GET /users/: Retrieve a specific user by ID.
- POST /users: Create a new user.
- PUT /users/: Update an existing user's details.
- DELETE /users/: Remove a user.
- Python 3.x
- Flask
- Clone the repository (or download files):
git clone <https://github.com/abhranilsingharoy-cloud/REST-API-WITH-FLUX> cd <repo-folder>