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.
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.
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.
1. Sprint | Create the responsive pages for e-commerce project
- Home
- Search
- Login
- Product
- Shopping cart
# 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/
Soon...
Em breve...
- Danilo Batista: Github | LinkedIn | Site
- Renan Costa: Github | LinkedIn
- Aliomar Lopes Neto: Github | LinkedIn
- Anne Carine Bien Aime: Github | LinkedIn
This is a study project.