Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Objective

Build a REST API to manage user data using Flask with GET, POST, PUT, DELETE routes.

Tools Used

  • Python
  • Flask
  • Postman

Features

✔ GET all users
✔ GET a specific user
✔ POST - Create new user
✔ PUT - Update user
✔ DELETE - Remove user
✔ In-memory database (dictionary)

How to Run

  1. Install dependencies: pip install flask
  2. Run the app: python app.py
  3. Open in browser: http://127.0.0.1:5000/

API Endpoints

  • GET /users
  • GET /users/
  • POST /users
  • PUT /users/
  • DELETE /users/

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages