Skip to content

nancy04052002/Rest-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

This project is a simple REST API built with Flask to manage user data.
It demonstrates the fundamentals of API development with Python.

Features - GET /users → Retrieve all users - GET /users/ → Retrieve a single user by ID - POST /users → Create a new user (requires name and email) - PUT /users/ → Update user data (name or email) - DELETE /users/ → Delete a user

Users are stored in an in-memory dictionary (no database).

Requirements - Python 3.x - Flask

Install Flask: ```sh pip install flask

Run the code use python app.py the API will be apper in terminal

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages