Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 717 Bytes

File metadata and controls

17 lines (10 loc) · 717 Bytes

QubeStat: Full Stack LAMP

full_stack_archi

Setup Project:

  • Open Xampp / any other php development toolkit.

  • cd backend or cd frontend based on your developer role.

  • For Backend Devs:

    • Make an .env file and copy and paste the env-example file and then install the dotenv dependency through composer by executing composer install

    • Go to localhost/phpmyadmin make an db of your choice and then import the sample_data.sql for testing purposes.

    • We are following a procedural approach in the models handel sql query. In the api we are developing the RestAPI

    • In the heplers folder we will have some utility functions