Skip to content

jonathandacruz/praticaIntegradaI

Repository files navigation

Pratica Integrada I

Contributors Forks Stargazers Issues


image

image

Projeto Web Ecommerce utilizando PHP + Docker

Projeto referente a disciplina de Prática integrada I - Unoesc Chapecó


. Report Bug · Request Feature

About The Project

This project consists of creating a web application with PHP and MYSQL database for an Ecommerce Web. The objective of the project was the subject of integrated practice I of the Information Systems course at the University of the West of Santa Catarina Unoesc - Chapecó.

The contribution of users:

Kelver Arruda
Jorge Nascimento
Jonathan da Cruz

Built With

This section should list the main frameworks/libraries used to initialize your project. The basic framework uses pure PHP, Html, CSS, Javascript built on top of a docker framework environment.

  • PHP
  • CSS
  • MYSQL
  • Bootstrap
  • JQuery
  • Docker

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

To start working with docker it is necessary to install and configure the ecosystem, see here:

Get Docker

Installation

  1. Clone the repo
git clone https://github.com/jonathandacruz/praticaIntegradaI.git
  1. Docker Run
sudo service docker start
  1. Up the container
docker compose up
  1. To configure routes in application see file
.htacess
  1. The home of application it's avaliable in
localhost/www

6 . To configure database see

http://localhost/phpmyadmin/

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)