Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 78.8%
  • HTML 14.6%
  • Hack 3.5%
  • JavaScript 2.2%
  • CSS 0.9%