/bsale-backend

Prueba tecnica bsale backend

Primary LanguageJavaScript

Challenge bsale - Back-End Application

Ecommerce project for the bsale technical test. Node.js is used as the development framework. Simple application to choose products and add them to a shopping cart. Application of filters by categories or filters by name in the search engine.

Install dependencies for server

npm install

Run in production mode

npm start

Run in development mode

npm run dev

Server runs on http://localhost:3000