Skip to content

Yudhishthira1406/Endgem

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published