Skip to content

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.

Notifications You must be signed in to change notification settings

DanSepulveda/bCommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks