-
Open Xampp / any other php development toolkit.
-
cd backendorcd frontendbased on your developer role. -
For Backend Devs:
-
Make an
.envfile and copy and paste theenv-examplefile and then install the dotenv dependency through composer by executingcomposer install -
Go to
localhost/phpmyadminmake an db of your choice and then import thesample_data.sqlfor testing purposes. -
We are following a procedural approach in the
models handel sql query. In theapiwe are developing the RestAPI -
In the
heplersfolder we will have some utility functions
-
