Projeto referente a disciplina de Prática integrada I - Unoesc Chapecó
.
Report Bug
·
Request Feature
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
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.
To get a local copy up and running follow these simple example steps.
To start working with docker it is necessary to install and configure the ecosystem, see here:
- Clone the repo
git clone https://github.com/jonathandacruz/praticaIntegradaI.git
- Docker Run
sudo service docker start
- Up the container
docker compose up
- To configure routes in application see file
.htacess
- The home of application it's avaliable in
localhost/www
6 . To configure database see
http://localhost/phpmyadmin/
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request