/dhGeek

This is an integrated e-commerce project for Digital House FullStack JS Bootcamp.

Primary LanguageEJS

DH Geek

This is an integrated e-commerce project for Digital House FullStack JS Bootcamp.

Este é um projeto integrado de e-commerce para o treinamento FullStack Js Digital House.


Table of contents


Overview


The challenge

Create an e-commerce project using the training content, through sprints.

Criar um projeto de e-commerce utilizando o conteúdo do treinamento, por meio de sprints.


The premise

DHGeek is a fictitious company that delivers technology solutions for the creation and expansion of your business. And for this project, Disney believed and started this partnership with us to build its store here in Brazil.

A DHGeek é uma empresa fictícia que entrega soluções em tecnologia para a criação e ampliação do seu negócio. E para este projeto, a Disney acreditou e iniciou esta parceria conosco para construírmos a sua loja aqui no Brasil.


Sprints:

1. Sprint | Create the responsive pages for e-commerce project

  • Home
  • Search
  • Login
  • Product
  • Shopping cart

How to install or execute this project

Prerequisites


Run the project


# Before started, create the database (mySQL install required)
$ CREATE DATABASE DHGEEK
$ USE DHGEEK

# Clone this repository
$ git clone git@github.com:danilo-batista/dhGeek.git

# Access the project folder on your computer via terminal or code editor
$ cd dhGeek

# Install the project dependencies
$ npm install

# Rename the file .env.example to .env and add your database password
$ ren .env.example .env

# Execute the application
$ npm start

# The server will start at port 3333
Access the address: http://localhost:3333/

Our process

What we learned

Soon...

Em breve...


Useful resources

  1. W3Schools
  2. MDN

Authors

This is a study project.