https://github.com/tselawi/cogip
https://github.com/tselawi/cogip
composer database docker heroku php sql
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tselawi/cogip
- Owner: Tselawi
- Created: 2021-04-06T10:38:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-19T07:41:33.000Z (almost 5 years ago)
- Last Synced: 2025-02-03T07:38:41.074Z (over 1 year ago)
- Topics: composer, database, docker, heroku, php, sql
- Language: PHP
- Homepage: https://cogip-project.herokuapp.com/src/index.php
- Size: 5.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cogip_php
## Our project link deployed to heroku
https://cogip-project.herokuapp.com/src/index.php
## Objectives :
* Using different `URL`.
* `Sanitization` to avoid SQL.
* `Validation` of Data.
* `Relational` database.
* Correct `join` in SQL.
* Using `Aliases` in SQL request.
* Implementation of a `GRUD`.
## At the End of project you should know:
* crypt Password in database (NEVER store unhashed / unencrypted passwords). Use password_hash().
* `MVC` Structure.
* Use a `Router`.
* Setup `session`.
* Allow access to certain pages.
## Start With:
1. `Create` the dataBase.
2. SQL `Request`.
3. `The connection` to the database.
4. `GRUD`.
5. `Design`.
6. Document for (Invoice, companies, Employees).
## Database digram
