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.
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.
You can see a demo of this project on the following link: bCommerce
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 addHOSTDB
,USER
,PASSWORD
andDATABASE
variables. - Ejecutar
npm install
in root directory. - Ejecutar
npm start
in root directory. - Go to
http://localhost:4000
on web browser.
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