CRUD in PHP for user registration, project made for study reasons.
-
Clone the repository using the command
git clone git@github.com:eudanielhenrique/CRUDphp.git
-
Go to the downloaded CrudPhp directory using
cd CrudPhp
command in command line -
Import the sql file from the folder to your database
-
Run your apache and mysql server
-
Export the database
-
Access your localhost in web browser
-
Used for study purposes only.
-
Have a good time
Para contribuir com CRUDPHP, siga estas etapas:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<message_commit>'
- Push to the original branch:
git push origin <project_name> / <local>
- Create the pull request.
Alternatively, see the GitHub documentation at how to create a pull request.
Quer fazer parte desse projeto? Clique AQUI e leia como contribuir.
This project is under license. see the file LICENÇA for more details.
[⬆ Back to the top](## CRUDphp)