Modex is a full-stack e-commerce application built with modern web technologies. The platform provides a seamless shopping experience with robust backend services and a responsive frontend interface.
- Node.js
- Express.js
- MySQL
- RESTful API
- React
- Vite
- CSS/SCSS
- React Router
- User authentication
- Product catalog
- Shopping cart
- Order management
- Secure payments
- Responsive design
- Clone the repository
- Install dependencies:
# Backend
cd backend
npm install
# Frontend
cd frontend
npm install- Configure environment variables
- Run the application:
# Backend
npm run dev
# Frontend
npm run dev- Fork the repository
- Create a feature branch
- Submit a pull request
MIT