Skip to content

ayushpatwal011/web-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

20 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌐 Web-Builder

A full-stack web application for building websites visually.

πŸ”— Live Demo: web-builder-1.onrender.com


πŸ“ Folder Structure

web-builder/
β”œβ”€β”€ client/          # Frontend application (React)
β”‚   └── src/
β”‚       └── App.jsx
└── server/          # Backend application (Node.js)
    └── controllers/
        β”œβ”€β”€ paymentController
        └── billingController

πŸ› οΈ Tech Stack

Language Usage
JavaScript 95.0%
CSS 4.5%
HTML 0.5%

πŸš€ Getting Started (Local Setup)

1. Clone the Repository

git clone https://github.com/ayushpatwal011/web-builder.git
cd web-builder

2. Start the Server

cd server
npm install
npm run dev

3. Start the Client

cd ../client
npm install
npm run dev

4. Configure the API URL

Open client/source/app.js and update the SERVER_URL:

// Comment this line (production URL)
// export const SERVER_URL = 'https://web-builder-xlqe.onrender.com'

// Uncomment this line (local development)
export const SERVER_URL = 'http://localhost:8000'

⚠️ Remember to revert this change before deploying to production.


πŸ‘€ Author

Ayush Patwal β€” @ayushpatwal011

About

live Link

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors