Skip to content

BlogPress is a sleek and straightforward blogging platform designed for creating and sharing blog posts effortlessly. It features an intuitive interface, allowing users to publish and manage content with ease.

Notifications You must be signed in to change notification settings

swapanmandi/Blogging-App

Repository files navigation

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

for production

change proxy on vite.config.js :

"http://localhost:3000" "https://blogpress-chiu.onrender.com"

change backend api on .env

VITE_BACKEND_API = https://blogging-app-backend-dfio.onrender.com/api/v1 VITE_BACKEND_API = http://localhost:3000/api/v1

change cors origin on backend/.env

CORS_ORIGIN = http://localhost:5173 CORS_ORIGIN = https://blogpress-chiu.onrender.com

About

BlogPress is a sleek and straightforward blogging platform designed for creating and sharing blog posts effortlessly. It features an intuitive interface, allowing users to publish and manage content with ease.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages