Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.3 KB

README.en.md

File metadata and controls

57 lines (37 loc) · 1.3 KB

etec-tectok-teclados

A keyboard online store developed in the PW-II classes at ETEC with PHP and bootstrap

Translations: 🇧🇷 Português (BR)


tectok.herokuapp.com

Features

  • 📂 Database connection using MySQL
  • 🛑 Careful errors handling
  • 💥 "New products" section
  • 🔖 Section for each category
  • 🆔 User log-in
  • 🔍 Search System
  • 👤 Administrator section
  • 🌐 Deploy to the web and Git-based updates

Demo

Desktop

Mobile

Running

How to run the project locally.

Using PHP Development Server

For my personal use, I think that the php CLI is the best way to start a local server.

  1. Clone this repository
  2. In the repository root directory, run:
php -S localhost:4002 -t src

# or using composer:
composer start

You can chose any other port

  1. Go to http://localhost:4002