Product, user and payment management application
VeloniaAngular is a web application built with Angular frontend and Node.js + Express backend using MySQL database.
It manages products, variants, users, and secure payments with Stripe. The UI is designed with Bootstrap and TailwindCSS for a clean, responsive experience.
backend/database/schema.sql
.
git clone https://github.com/LuisDavidTF/Velonia-Angular.git
cd VeloniaAngular npm install
cd backend npm install
backend/.env
:
DB_HOST=localhost DB_USER=root DB_PASSWORD=your_password DB_NAME=velonia JWT_SECRET=your_jwt_secret STRIPE_SECRET_KEY=your_stripe_key PORT=3000
cd backend npm start # In another terminal: ng serve
Luis David Trejo Fuentes
LinkedIn: https://www.linkedin.com/in/luis-david-trejo-fuentes/