DanSepulveda / bCommerce

bCommerce is an online store that sells alcoholic drinks. It get data from AWS Database. Products don't have stock so checkout feature is only representative.

Home Page:https://bcommerce-dansep.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bCommerce Store

bCommerce is an online store that mainly sells alcoholic beverages. It gets product data through an AWS database, using an API built with Node.js and SQL. The products are presented dynamically grouped into categories and it has a search engine at a backend level.

🚀 Getting Started

Content

This project has two branches: master and deployment. master is configured to be run in local while deployment is prepared to be hosted on Heroku.

Demo

You can see a demo of this project on the following link: bCommerce

🔧 Installation

If you want to run this project on your machine, just follow these steps:

  • Create a folder and execute git clone https://github.com/DanSepulveda/mytinerary-sepulveda.git
  • Create a .env file and add HOSTDB, USER, PASSWORD and DATABASE variables.
  • Ejecutar npm install in root directory.
  • Ejecutar npm start in root directory.
  • Go to http://localhost:4000 on web browser.

🛠️ Technology Stack

This project was built using the following technologies:

  • HTML
  • CSS Vanilla
  • Bootstrap - Frontend Framework
  • EJS - Embedded JavaScript templating
  • Node.js - avaScript runtime
  • Express - Node.js Framework

Desarrollado por Daniel Sepúlveda

About

bCommerce is an online store that sells alcoholic drinks. It get data from AWS Database. Products don't have stock so checkout feature is only representative.

https://bcommerce-dansep.herokuapp.com/


Languages

Language:EJS 41.9%Language:JavaScript 37.6%Language:CSS 20.5%