dinesh99639 / courseplan

A Course files system to manage the faculty course files online
1 stars 3 forks source link

how to run the project #1

Open tds1111 opened 8 months ago

tds1111 commented 8 months ago

i can not run the projects. please provide detailed steps to run or a tuitorial video

dinesh99639 commented 8 months ago

You can install xampp or similar software to run apache server for php and mysql server for database.

Please use the courseplan.sql file to import the mysql database.

Place your project files inside htdocs which is present inside xampp installation directory. Then open localhost in your browser along with your project folder name in the path. Ex: http://localhost/sampleproject

Let me know if you need any help.