Skip to content

srishtimishra30/REST-API-Practice-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

27 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

REST API Practice πŸš€

A full-stack REST API project built with FastAPI (backend) and HTML/CSS/JS (frontend).

πŸ“ Project Structure

β”œβ”€β”€ backend/
β”‚   β”œβ”€β”€ app.py         
β”‚   β”œβ”€β”€ requirements.txt
β”‚   └── Procfile
β”œβ”€β”€ frontend/
β”‚   β”œβ”€β”€ index.html
β”‚   β”œβ”€β”€ style.css
β”‚   └── script.js
└── README.md

πŸ› οΈ Tech Stack

  • Backend: Python, FastAPI
  • Frontend: HTML, CSS, JavaScript
  • Database: PostgreSQL / Supabase
  • Tools: Postman, Git

βš™οΈ How to Run Locally

Backend

cd backend
pip install -r requirements.txt
uvicorn app:app --reload

Frontend

Open frontend/index.html in your browser.

🌐 API Endpoints

Method Endpoint Description
GET / Health check
GET /items Get all items
POST /items Create new item

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors