Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.8 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.8 KB

Cart Price Rule

Codeship Status for r-argentina-programa/cpr

client-gif-main

Tech Stack

  • 💹 Node Js — A web framework for Node Js
  • 📄 Sequelize — A promise-based Node.js ORM
  • 🔗 Multer — A Middleware for handling multipart/form-data, primarily used for uploading files.
  • ⚛️ React Js — A JavaScript library for building user interfaces
  • ♻️ Hooks & Context — To handle State
  • 🌀 React Router Dom — DOM bindings for React Router.
  • 🐘 PostgreSQL — A powerful RDBMS

How to run this project

⚠️ Node version >= 14 is required

Install Dependencies

  1. npm install to install root dependencies
  2. npm run client-install to install client dependencies
  3. npm run server-install for server dependencies

Run the project

  1. npm run dev to run client and server en development mode
  2. npm run db:migrate to run Sequelize migrations

Screenshots

Client:

client-main-page client-product-detail client-cart

Admin:

admin-login admin-products admin-brands