Skip to content

advi-cyber/RESTFUL_BLOG_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RESTful Blog API

Intern ID: CITS2448

Project Description

A RESTful Blog API developed using Flask and SQLite. The API supports CRUD (Create, Read, Update, Delete) operations for blog posts.

Technologies Used

  • Python
  • Flask
  • SQLite
  • SQLAlchemy
  • Postman

API Endpoints

Create Post

POST /posts

Get All Posts

GET /posts

Get Single Post

GET /posts/

Update Post

PUT /posts/

Delete Post

DELETE /posts/

How to Run

  1. Install dependencies: pip install -r requirements.txt

  2. Run the application: python app.py

  3. Open: http://127.0.0.1:5000

Author

Advaita Praveen Kumar Parikkal

About

RESTful Blog API built with Node.js, Express.js, and MongoDB Atlas. Supports CRUD operations for blog posts with structured REST architecture, database integration, API routing, and JSON-based request handling.

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages