Skip to content

wevekamola/Postify-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postify-Backend

Postify-Backend is a Node.js proxy server built with Express. It serves as a middleware between the React frontend (Postify) and the JSONPlaceholder API, providing a unified and production-ready backend layer. This allows for enhanced control over API requests, central configuration, and future extensibility like authentication or logging.

Project Structure

Postify-Backend/
├── routes/
│   ├── posts.js         # Handles GET, POST, DELETE for posts
│   ├── comments.js      # Handles GET comments by post ID
│   └── users.js         # Handles GET users and search by email
├── package.json         # Project metadata and dependencies
├── server.js            # Main Express server setup

Frontend Repository:

Postify-Frontend

About

Backend proxy server for Postify. Built with Node.js and Express to route API requests to JSONPlaceholder with clean structure and environment support.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors