Skip to content

NothinginVain/Master-Blog-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Master Blog API

Blog project with a separated backend and frontend structure. The backend provides blog data, while the frontend displays and interacts with the content through JavaScript and templates.

Features

  • Backend and frontend separated into different folders
  • Blog data stored in JSON
  • Frontend JavaScript for interacting with blog content
  • HTML/CSS interface for viewing posts
  • API-style project organization

Tech Stack

Python · Flask · JavaScript · HTML · CSS · JSON

Project Structure

backend/
├── backend_app.py
├── api/
├── docs/
└── static/masterblog.json

frontend/
├── frontend_app.py
├── static/
│   ├── main.js
│   └── styles.css
└── templates/index.html

What This Project Demonstrates

  • Separating frontend and backend responsibilities
  • Working with JSON data
  • Building a simple API-backed web project
  • Connecting Flask routes with frontend behavior

About

Blog project with separated backend API and frontend client.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages