An open API service indexing awesome lists of open source software.

https://github.com/tselawi/cogip


https://github.com/tselawi/cogip

composer database docker heroku php sql

Last synced: about 2 months ago
JSON representation

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

![digram image](/src/assets/database.png)