Skip to content

A lightweight REST API built with Flask that implements CRUD operations (GET, POST, PUT, DELETE) for managing user data.

Notifications You must be signed in to change notification settings

abhranilsingharoy-cloud/REST-API-WITH-FLUX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

REST-API-WITH-FLUX

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.

Features

  • 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.

Prerequisites

  • Python 3.x
  • Flask

Installation & Setup

  1. Clone the repository (or download files):
    git clone <https://github.com/abhranilsingharoy-cloud/REST-API-WITH-FLUX>
    cd <repo-folder>

About

A lightweight REST API built with Flask that implements CRUD operations (GET, POST, PUT, DELETE) for managing user data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages