A RESTful Blog API developed using Flask and SQLite. The API supports CRUD (Create, Read, Update, Delete) operations for blog posts.
- Python
- Flask
- SQLite
- SQLAlchemy
- Postman
POST /posts
GET /posts
GET /posts/
PUT /posts/
DELETE /posts/
-
Install dependencies: pip install -r requirements.txt
-
Run the application: python app.py
-
Open: http://127.0.0.1:5000
Advaita Praveen Kumar Parikkal