Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 2.44 KB

README.md

File metadata and controls

63 lines (42 loc) · 2.44 KB

CRUDphp

GitHub repo size GitHub language count GitHub forks Bitbucket open issues Bitbucket open pull requests

User registration

CRUD in PHP for user registration, project made for study reasons.

🚀 Instruction to start

  • 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

📫 Contributing to CRUDPHP

Para contribuir com CRUDPHP, siga estas etapas:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<message_commit>'
  4. Push to the original branch: git push origin <project_name> / <local>
  5. Create the pull request.

Alternatively, see the GitHub documentation at how to create a pull request.

Screenshot

🚀 System start

system start

👥 User registration

User registration

📃 User listing

User listing

🖍 Edit user

edit user

😄 Be one of the contributors

Quer fazer parte desse projeto? Clique AQUI e leia como contribuir.

📝 License

This project is under license. see the file LICENÇA for more details. [⬆ Back to the top](## CRUDphp)