Skip to content

DARSHAN-R-DARSHAN/Notes-REST-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes REST API (FastAPI)

A simple REST API built using Python and FastAPI that allows users to create, read, update, and delete notes.

This project is designed for beginners who want to learn backend development and APIs.


Features

  • Create a new note
  • Get all notes
  • Get a single note by ID
  • Update a note
  • Delete a note
  • Interactive API documentation (Swagger UI)

Tech Stack

  • Python 3
  • FastAPI
  • Uvicorn
  • Pydantic

1️⃣ Install dependencies

pip install fastapi uvicorn

How to Run the Project

python -m uvicorn main:app --reload

About

A simple REST API Note App using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages