Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.34 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.34 KB

Estately

Tutorials

BS5: https://youtube.com/playlist?list=PL4cUxeGkcC9joIM91nLzd_qaH_AimmdAR

JS: https://youtube.com/playlist?list=PL4cUxeGkcC9haFPT7J25Q9GRB_ZkFrQAc

PHP: https://youtube.com/playlist?list=PL4cUxeGkcC9gksOX3Kd9KPo-O68ncT05o

Resources Consumed

VS Code Extensions for Smooth Workflow:

  • PHP IntelliSense
  • Better Comments
  • Auto Rename Tag
  • Prettier
  • Material Icon Theme
  • Material Product Icon
  • SQL Formatter

Setting Up the Workspace:

  • clone the repo to C://xampp/htdocs/project/ folder
  • place the .env file provided by the developer in the root directory
  • head on to your local server (phpmyadmin)
  • create a DB namely 'project_estately'
  • select newly created DB
  • import the DB file provided in the resources/DB folder as project_estately.sql
  • create user with appropriate username and password as per .env file provided by the developer with CRUD privileges
  • head on to the browser and enter localhost/project/estately