Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 397 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 397 Bytes

endgem_coditech

APP SETUP

1.clone the repository

2.configure connection.php

3.run mysql commands

create database myDB;

use myDB;

CREATE TABLE courses (id INT(6) UNSIGNED AUTO_INCREMENT PRIMARY KEY,Course VARCHAR(30) NOT NULL);

4.cd into the folder

5.make a directory with name uploads inside the repository foder, I.e, endgem/uploads

5.Run the command

~$ php -S 0.0.0.0:1337