Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vishishtkapoor/webappecommerce
This e-commerce project features a React frontend and a robust backend built with Express and MongoDB. It includes secure payment processing with RazorPay and a streamlined development setup for efficient project management.
https://github.com/vishishtkapoor/webappecommerce
express mongodb razorpay react
Last synced: 2 months ago
JSON representation
This e-commerce project features a React frontend and a robust backend built with Express and MongoDB. It includes secure payment processing with RazorPay and a streamlined development setup for efficient project management.
- Host: GitHub
- URL: https://github.com/vishishtkapoor/webappecommerce
- Owner: vishishtkapoor
- Created: 2023-08-17T18:26:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-27T19:01:16.000Z (5 months ago)
- Last Synced: 2024-08-27T20:54:55.701Z (5 months ago)
- Topics: express, mongodb, razorpay, react
- Language: JavaScript
- Homepage: https://ecommerce-react-ecru.vercel.app
- Size: 618 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ecommerce Website
## Frontend
### React
A popular JavaScript library for building dynamic user interfaces.### Vite
A fast build tool and development server for modern web applications.### Tailwind CSS
A utility-first CSS framework for creating custom designs without leaving your HTML.### Axios
A promise-based HTTP client for making API requests.## Backend
### Express
A minimal and flexible Node.js web application framework for building APIs.### MongoDB
A NoSQL database known for its scalability and flexibility with unstructured data.### Mongoose
An ODM (Object Data Modeling) library for MongoDB and Node.js, providing schema validation and query building.### RazorPay
A payment gateway for handling online transactions securely.## Project Setup
### Bootstrapping the Frontend
Set up your React project with Vite:
```bash
npm create vite@latest ecommerce-frontend --template react
cd ecommerce-frontend
npm install
```## Available Scripts In the Project Directory
### Frontend
- `npm start`: Starts the development server.
- `npm build`: Builds the production-ready optimized bundle.### Backend
- `node server.js`: Starts the backend server.
## Contributing
We welcome contributions from the community! If you'd like to contribute to the project, please follow these steps:
1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Make your changes and test thoroughly.
4. Commit your changes and push them to your fork.
5. Create a pull request with a detailed description of your changes.Please ensure your code follows our coding standards and conventions.
## License
This project is licensed under the MIT License. Feel free to use and modify the code per the license terms.
Happy coding! 🚀✨