Skip to content

ragesh28/my-api-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧠 Custom User API with Flask

This is a simple RESTful API built using Python Flask and SQLite that allows users to be created, retrieved, updated, and deleted via HTTP endpoints.


πŸš€ Features

  • Create a user (POST /users)
  • List all users (GET /users)
  • Update a user (PUT /users/<id>)
  • Delete a user (DELETE /users/<id>)

πŸ’» Tech Stack

  • Python 3
  • Flask
  • SQLite (built-in database)

πŸ“ Project Structure

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages